Interface S3FilesVolumeConfiguration.Builder

  • Method Details

    • fileSystemArn

      S3FilesVolumeConfiguration.Builder fileSystemArn(String fileSystemArn)

      The full ARN of the S3 Files file system to mount.

      Parameters:
      fileSystemArn - The full ARN of the S3 Files file system to mount.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • rootDirectory

      S3FilesVolumeConfiguration.Builder rootDirectory(String rootDirectory)

      The directory within the Amazon S3 Files file system to mount as the root directory. If this parameter is omitted, the root of the Amazon S3 Files file system will be used. Specifying / will have the same effect as omitting this parameter.

      If a S3 Files access point is specified in the accessPointArn, the root directory parameter must either be omitted or set to / which will enforce the path set on the S3 Files access point.

      Parameters:
      rootDirectory - The directory within the Amazon S3 Files file system to mount as the root directory. If this parameter is omitted, the root of the Amazon S3 Files file system will be used. Specifying / will have the same effect as omitting this parameter.

      If a S3 Files access point is specified in the accessPointArn, the root directory parameter must either be omitted or set to / which will enforce the path set on the S3 Files access point.

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

      S3FilesVolumeConfiguration.Builder transitEncryptionPort(Integer transitEncryptionPort)

      The port to use for sending encrypted data between the ECS host and the S3 Files file system. If you do not specify a transit encryption port, it will use the port selection strategy that the Amazon S3 Files mount helper uses. For more information, see S3 Files mount helper.

      Parameters:
      transitEncryptionPort - The port to use for sending encrypted data between the ECS host and the S3 Files file system. If you do not specify a transit encryption port, it will use the port selection strategy that the Amazon S3 Files mount helper uses. For more information, see S3 Files mount helper.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accessPointArn

      S3FilesVolumeConfiguration.Builder accessPointArn(String accessPointArn)

      The full ARN of the S3 Files access point to use. If an access point is specified, the root directory value specified in the S3FilesVolumeConfiguration must either be omitted or set to / which will enforce the path set on the S3 Files access point. For more information, see Creating S3 Files access points.

      Parameters:
      accessPointArn - The full ARN of the S3 Files access point to use. If an access point is specified, the root directory value specified in the S3FilesVolumeConfiguration must either be omitted or set to / which will enforce the path set on the S3 Files access point. For more information, see Creating S3 Files access points.
      Returns:
      Returns a reference to this object so that method calls can be chained together.