Interface S3FilesVolumeConfiguration.Builder

  • Method Details

    • fileSystemArn

      S3FilesVolumeConfiguration.Builder fileSystemArn(String fileSystemArn)

      The Amazon Resource Name (ARN) of the S3Files file system to use.

      Parameters:
      fileSystemArn - The Amazon Resource Name (ARN) of the S3Files file system to use.
      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 S3Files file system to mount as the root directory.

      Parameters:
      rootDirectory - The directory within the S3Files file system to mount as the root directory.
      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 when sending encrypted data between the Amazon ECS host and the S3Files file system server.

      Parameters:
      transitEncryptionPort - The port to use when sending encrypted data between the Amazon ECS host and the S3Files file system server.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accessPointArn

      S3FilesVolumeConfiguration.Builder accessPointArn(String accessPointArn)

      The Amazon Resource Name (ARN) of the S3Files access point to use.

      Parameters:
      accessPointArn - The Amazon Resource Name (ARN) of the S3Files access point to use.
      Returns:
      Returns a reference to this object so that method calls can be chained together.