JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.datasync.model

Class DescribeLocationFsxOpenZfsResult

    • Constructor Detail

      • DescribeLocationFsxOpenZfsResult

        public DescribeLocationFsxOpenZfsResult()
    • Method Detail

      • setLocationArn

        public void setLocationArn(String locationArn)

        The ARN of the FSx for OpenZFS location that was described.

        Parameters:
        locationArn - The ARN of the FSx for OpenZFS location that was described.
      • getLocationArn

        public String getLocationArn()

        The ARN of the FSx for OpenZFS location that was described.

        Returns:
        The ARN of the FSx for OpenZFS location that was described.
      • withLocationArn

        public DescribeLocationFsxOpenZfsResult withLocationArn(String locationArn)

        The ARN of the FSx for OpenZFS location that was described.

        Parameters:
        locationArn - The ARN of the FSx for OpenZFS location that was described.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLocationUri

        public void setLocationUri(String locationUri)

        The uniform resource identifier (URI) of the FSx for OpenZFS location that was described.

        Example: fsxz://us-west-2.fs-1234567890abcdef02/fsx/folderA/folder

        Parameters:
        locationUri - The uniform resource identifier (URI) of the FSx for OpenZFS location that was described.

        Example: fsxz://us-west-2.fs-1234567890abcdef02/fsx/folderA/folder

      • getLocationUri

        public String getLocationUri()

        The uniform resource identifier (URI) of the FSx for OpenZFS location that was described.

        Example: fsxz://us-west-2.fs-1234567890abcdef02/fsx/folderA/folder

        Returns:
        The uniform resource identifier (URI) of the FSx for OpenZFS location that was described.

        Example: fsxz://us-west-2.fs-1234567890abcdef02/fsx/folderA/folder

      • withLocationUri

        public DescribeLocationFsxOpenZfsResult withLocationUri(String locationUri)

        The uniform resource identifier (URI) of the FSx for OpenZFS location that was described.

        Example: fsxz://us-west-2.fs-1234567890abcdef02/fsx/folderA/folder

        Parameters:
        locationUri - The uniform resource identifier (URI) of the FSx for OpenZFS location that was described.

        Example: fsxz://us-west-2.fs-1234567890abcdef02/fsx/folderA/folder

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSecurityGroupArns

        public List<String> getSecurityGroupArns()

        The ARNs of the security groups that are configured for the FSx for OpenZFS file system.

        Returns:
        The ARNs of the security groups that are configured for the FSx for OpenZFS file system.
      • setSecurityGroupArns

        public void setSecurityGroupArns(Collection<String> securityGroupArns)

        The ARNs of the security groups that are configured for the FSx for OpenZFS file system.

        Parameters:
        securityGroupArns - The ARNs of the security groups that are configured for the FSx for OpenZFS file system.
      • withSecurityGroupArns

        public DescribeLocationFsxOpenZfsResult withSecurityGroupArns(String... securityGroupArns)

        The ARNs of the security groups that are configured for the FSx for OpenZFS file system.

        NOTE: This method appends the values to the existing list (if any). Use setSecurityGroupArns(java.util.Collection) or withSecurityGroupArns(java.util.Collection) if you want to override the existing values.

        Parameters:
        securityGroupArns - The ARNs of the security groups that are configured for the FSx for OpenZFS file system.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withSecurityGroupArns

        public DescribeLocationFsxOpenZfsResult withSecurityGroupArns(Collection<String> securityGroupArns)

        The ARNs of the security groups that are configured for the FSx for OpenZFS file system.

        Parameters:
        securityGroupArns - The ARNs of the security groups that are configured for the FSx for OpenZFS file system.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setProtocol

        public void setProtocol(FsxProtocol protocol)

        The type of protocol that DataSync uses to access your file system.

        Parameters:
        protocol - The type of protocol that DataSync uses to access your file system.
      • getProtocol

        public FsxProtocol getProtocol()

        The type of protocol that DataSync uses to access your file system.

        Returns:
        The type of protocol that DataSync uses to access your file system.
      • withProtocol

        public DescribeLocationFsxOpenZfsResult withProtocol(FsxProtocol protocol)

        The type of protocol that DataSync uses to access your file system.

        Parameters:
        protocol - The type of protocol that DataSync uses to access your file system.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationTime

        public void setCreationTime(Date creationTime)

        The time that the FSx for OpenZFS location was created.

        Parameters:
        creationTime - The time that the FSx for OpenZFS location was created.
      • getCreationTime

        public Date getCreationTime()

        The time that the FSx for OpenZFS location was created.

        Returns:
        The time that the FSx for OpenZFS location was created.
      • withCreationTime

        public DescribeLocationFsxOpenZfsResult withCreationTime(Date creationTime)

        The time that the FSx for OpenZFS location was created.

        Parameters:
        creationTime - The time that the FSx for OpenZFS location was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /