Interface S3FilesVolumeConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<S3FilesVolumeConfiguration.Builder,,S3FilesVolumeConfiguration> SdkBuilder<S3FilesVolumeConfiguration.Builder,,S3FilesVolumeConfiguration> SdkPojo
- Enclosing class:
S3FilesVolumeConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionaccessPointArn(String accessPointArn) The full ARN of the S3 Files access point to use.fileSystemArn(String fileSystemArn) The full ARN of the S3 Files file system to mount.rootDirectory(String rootDirectory) The directory within the Amazon S3 Files file system to mount as the root directory.transitEncryptionPort(Integer transitEncryptionPort) The port to use for sending encrypted data between the ECS host and the S3 Files file system.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 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
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
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
The full ARN of the S3 Files access point to use. If an access point is specified, the root directory value specified in the
S3FilesVolumeConfigurationmust 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 theS3FilesVolumeConfigurationmust 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.
-