Uses of Class
software.amazon.awscdk.services.ecs.RuntimePlatform.Builder
Packages that use RuntimePlatform.Builder
-
Uses of RuntimePlatform.Builder in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return RuntimePlatform.BuilderModifier and TypeMethodDescriptionstatic RuntimePlatform.Builder
RuntimePlatform.builder()
RuntimePlatform.Builder.cpuArchitecture
(CpuArchitecture cpuArchitecture) Sets the value ofRuntimePlatform.getCpuArchitecture()
RuntimePlatform.Builder.operatingSystemFamily
(OperatingSystemFamily operatingSystemFamily) Sets the value ofRuntimePlatform.getOperatingSystemFamily()
Constructors in software.amazon.awscdk.services.ecs with parameters of type RuntimePlatform.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(RuntimePlatform.Builder builder) Constructor that initializes the object based on literal property values passed by theRuntimePlatform.Builder
.