Interface DescribeLocationFsxOpenZfsResponse.Builder

    • Method Detail

      • locationArn

        DescribeLocationFsxOpenZfsResponse.Builder locationArn​(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.
      • locationUri

        DescribeLocationFsxOpenZfsResponse.Builder locationUri​(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.
      • securityGroupArns

        DescribeLocationFsxOpenZfsResponse.Builder securityGroupArns​(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.
      • securityGroupArns

        DescribeLocationFsxOpenZfsResponse.Builder securityGroupArns​(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.
      • protocol

        DescribeLocationFsxOpenZfsResponse.Builder protocol​(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.
      • creationTime

        DescribeLocationFsxOpenZfsResponse.Builder creationTime​(Instant 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.