Uses of Interface
software.amazon.awssdk.services.batch.model.FargatePlatformConfiguration.Builder
-
Packages that use FargatePlatformConfiguration.Builder Package Description software.amazon.awssdk.services.batch.model -
-
Uses of FargatePlatformConfiguration.Builder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return FargatePlatformConfiguration.Builder Modifier and Type Method Description static FargatePlatformConfiguration.BuilderFargatePlatformConfiguration. builder()FargatePlatformConfiguration.BuilderFargatePlatformConfiguration.Builder. platformVersion(String platformVersion)The Fargate platform version where the jobs are running.FargatePlatformConfiguration.BuilderFargatePlatformConfiguration. toBuilder()Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type FargatePlatformConfiguration.Builder Modifier and Type Method Description static Class<? extends FargatePlatformConfiguration.Builder>FargatePlatformConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type FargatePlatformConfiguration.Builder Modifier and Type Method Description default ContainerDetail.BuilderContainerDetail.Builder. fargatePlatformConfiguration(Consumer<FargatePlatformConfiguration.Builder> fargatePlatformConfiguration)The platform configuration for jobs that are running on Fargate resources.default ContainerProperties.BuilderContainerProperties.Builder. fargatePlatformConfiguration(Consumer<FargatePlatformConfiguration.Builder> fargatePlatformConfiguration)The platform configuration for jobs that are running on Fargate resources.
-