Uses of Interface
software.amazon.awssdk.services.batch.model.RuntimePlatform.Builder
-
Packages that use RuntimePlatform.Builder Package Description software.amazon.awssdk.services.batch.model -
-
Uses of RuntimePlatform.Builder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return RuntimePlatform.Builder Modifier and Type Method Description static RuntimePlatform.BuilderRuntimePlatform. builder()RuntimePlatform.BuilderRuntimePlatform.Builder. cpuArchitecture(String cpuArchitecture)The vCPU architecture.RuntimePlatform.BuilderRuntimePlatform.Builder. operatingSystemFamily(String operatingSystemFamily)The operating system for the compute environment.RuntimePlatform.BuilderRuntimePlatform. toBuilder()Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type RuntimePlatform.Builder Modifier and Type Method Description static Class<? extends RuntimePlatform.Builder>RuntimePlatform. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type RuntimePlatform.Builder Modifier and Type Method Description default ContainerDetail.BuilderContainerDetail.Builder. runtimePlatform(Consumer<RuntimePlatform.Builder> runtimePlatform)Sets the value of the RuntimePlatform property for this object.default ContainerProperties.BuilderContainerProperties.Builder. runtimePlatform(Consumer<RuntimePlatform.Builder> runtimePlatform)Sets the value of the RuntimePlatform property for this object.
-