Interface S3FilesVolumeConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<S3FilesVolumeConfiguration.Builder,,S3FilesVolumeConfiguration> SdkBuilder<S3FilesVolumeConfiguration.Builder,,S3FilesVolumeConfiguration> SdkPojo
- Enclosing class:
S3FilesVolumeConfiguration
@Mutable
@NotThreadSafe
public static interface S3FilesVolumeConfiguration.Builder
extends SdkPojo, CopyableBuilder<S3FilesVolumeConfiguration.Builder,S3FilesVolumeConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionaccessPointArn(String accessPointArn) The Amazon Resource Name (ARN) of the S3Files access point to use.fileSystemArn(String fileSystemArn) The Amazon Resource Name (ARN) of the S3Files file system to use.rootDirectory(String rootDirectory) The directory within the S3Files file system to mount as the root directory.transitEncryptionPort(Integer transitEncryptionPort) The port to use when sending encrypted data between the Amazon ECS host and the S3Files file system server.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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.
-