| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
default EFSVolumeConfiguration.Builder |
EFSVolumeConfiguration.Builder.authorizationConfig(Consumer<EFSAuthorizationConfig.Builder> authorizationConfig)
The authorization configuration details for the Amazon EFS file system.
|
EFSVolumeConfiguration.Builder |
EFSVolumeConfiguration.Builder.authorizationConfig(EFSAuthorizationConfig authorizationConfig)
The authorization configuration details for the Amazon EFS file system.
|
static EFSVolumeConfiguration.Builder |
EFSVolumeConfiguration.builder() |
EFSVolumeConfiguration.Builder |
EFSVolumeConfiguration.Builder.fileSystemId(String fileSystemId)
The Amazon EFS file system ID to use.
|
EFSVolumeConfiguration.Builder |
EFSVolumeConfiguration.Builder.rootDirectory(String rootDirectory)
The directory within the Amazon EFS file system to mount as the root directory inside the host.
|
EFSVolumeConfiguration.Builder |
EFSVolumeConfiguration.toBuilder() |
EFSVolumeConfiguration.Builder |
EFSVolumeConfiguration.Builder.transitEncryption(EFSTransitEncryption transitEncryption)
Determines whether to use encryption for Amazon EFS data in transit between the Amazon ECS host and the
Amazon EFS server.
|
EFSVolumeConfiguration.Builder |
EFSVolumeConfiguration.Builder.transitEncryption(String transitEncryption)
Determines whether to use encryption for Amazon EFS data in transit between the Amazon ECS host and the
Amazon EFS server.
|
EFSVolumeConfiguration.Builder |
EFSVolumeConfiguration.Builder.transitEncryptionPort(Integer transitEncryptionPort)
The port to use when sending encrypted data between the Amazon ECS host and the Amazon EFS server.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EFSVolumeConfiguration.Builder> |
EFSVolumeConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Volume.Builder |
Volume.Builder.efsVolumeConfiguration(Consumer<EFSVolumeConfiguration.Builder> efsVolumeConfiguration)
This parameter is specified when you use an Amazon Elastic File System file system for task storage.
|
Copyright © 2022. All rights reserved.