| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
EFSAuthorizationConfig.Builder |
EFSAuthorizationConfig.Builder.accessPointId(String accessPointId)
The Amazon EFS access point ID to use.
|
static EFSAuthorizationConfig.Builder |
EFSAuthorizationConfig.builder() |
EFSAuthorizationConfig.Builder |
EFSAuthorizationConfig.Builder.iam(EFSAuthorizationConfigIAM iam)
Whether or not to use the Amazon ECS task IAM role defined in a task definition when mounting the Amazon EFS
file system.
|
EFSAuthorizationConfig.Builder |
EFSAuthorizationConfig.Builder.iam(String iam)
Whether or not to use the Amazon ECS task IAM role defined in a task definition when mounting the Amazon EFS
file system.
|
EFSAuthorizationConfig.Builder |
EFSAuthorizationConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EFSAuthorizationConfig.Builder> |
EFSAuthorizationConfig.serializableBuilderClass() |
| 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.
|
Copyright © 2021. All rights reserved.