Uses of Interface
software.amazon.awssdk.services.batch.model.EFSAuthorizationConfig.Builder
-
Packages that use EFSAuthorizationConfig.Builder Package Description software.amazon.awssdk.services.batch.model -
-
Uses of EFSAuthorizationConfig.Builder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return EFSAuthorizationConfig.Builder Modifier and Type Method Description EFSAuthorizationConfig.BuilderEFSAuthorizationConfig.Builder. accessPointId(String accessPointId)The Amazon EFS access point ID to use.static EFSAuthorizationConfig.BuilderEFSAuthorizationConfig. builder()EFSAuthorizationConfig.BuilderEFSAuthorizationConfig.Builder. iam(String iam)Whether or not to use the Batch job IAM role defined in a job definition when mounting the Amazon EFS file system.EFSAuthorizationConfig.BuilderEFSAuthorizationConfig.Builder. iam(EFSAuthorizationConfigIAM iam)Whether or not to use the Batch job IAM role defined in a job definition when mounting the Amazon EFS file system.EFSAuthorizationConfig.BuilderEFSAuthorizationConfig. toBuilder()Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type EFSAuthorizationConfig.Builder Modifier and Type Method Description static Class<? extends EFSAuthorizationConfig.Builder>EFSAuthorizationConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type EFSAuthorizationConfig.Builder Modifier and Type Method Description default EFSVolumeConfiguration.BuilderEFSVolumeConfiguration.Builder. authorizationConfig(Consumer<EFSAuthorizationConfig.Builder> authorizationConfig)The authorization configuration details for the Amazon EFS file system.
-