Interface DescribeLocationEfsResponse.Builder

  • Method Details

    • locationArn

      DescribeLocationEfsResponse.Builder locationArn(String locationArn)

      The ARN of the Amazon EFS file system location.

      Parameters:
      locationArn - The ARN of the Amazon EFS file system location.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • locationUri

      DescribeLocationEfsResponse.Builder locationUri(String locationUri)

      The URL of the Amazon EFS file system location.

      Parameters:
      locationUri - The URL of the Amazon EFS file system location.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ec2Config

      Sets the value of the Ec2Config property for this object.
      Parameters:
      ec2Config - The new value for the Ec2Config property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ec2Config

      Sets the value of the Ec2Config property for this object. This is a convenience method that creates an instance of the Ec2Config.Builder avoiding the need to create one manually via Ec2Config.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to ec2Config(Ec2Config).

      Parameters:
      ec2Config - a consumer that will call methods on Ec2Config.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • creationTime

      DescribeLocationEfsResponse.Builder creationTime(Instant creationTime)

      The time that the location was created.

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

      DescribeLocationEfsResponse.Builder accessPointArn(String accessPointArn)

      The ARN of the access point that DataSync uses to access the Amazon EFS file system.

      For more information, see Accessing restricted file systems.

      Parameters:
      accessPointArn - The ARN of the access point that DataSync uses to access the Amazon EFS file system.

      For more information, see Accessing restricted file systems.

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

      DescribeLocationEfsResponse.Builder fileSystemAccessRoleArn(String fileSystemAccessRoleArn)

      The Identity and Access Management (IAM) role that allows DataSync to access your Amazon EFS file system.

      For more information, see Creating a DataSync IAM role for file system access.

      Parameters:
      fileSystemAccessRoleArn - The Identity and Access Management (IAM) role that allows DataSync to access your Amazon EFS file system.

      For more information, see Creating a DataSync IAM role for file system access.

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

      DescribeLocationEfsResponse.Builder inTransitEncryption(String inTransitEncryption)

      Indicates whether DataSync uses Transport Layer Security (TLS) encryption when transferring data to or from the Amazon EFS file system.

      Parameters:
      inTransitEncryption - Indicates whether DataSync uses Transport Layer Security (TLS) encryption when transferring data to or from the Amazon EFS file system.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • inTransitEncryption

      DescribeLocationEfsResponse.Builder inTransitEncryption(EfsInTransitEncryption inTransitEncryption)

      Indicates whether DataSync uses Transport Layer Security (TLS) encryption when transferring data to or from the Amazon EFS file system.

      Parameters:
      inTransitEncryption - Indicates whether DataSync uses Transport Layer Security (TLS) encryption when transferring data to or from the Amazon EFS file system.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: