@Stability(value=Stable) public static final class RuntimePlatform.Builder extends Object implements software.amazon.jsii.Builder<RuntimePlatform>
RuntimePlatform| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
RuntimePlatform |
build()
Builds the configured instance.
|
RuntimePlatform.Builder |
cpuArchitecture(CpuArchitecture cpuArchitecture)
Sets the value of
RuntimePlatform.getCpuArchitecture() |
RuntimePlatform.Builder |
operatingSystemFamily(OperatingSystemFamily operatingSystemFamily)
Sets the value of
RuntimePlatform.getOperatingSystemFamily() |
@Stability(value=Stable) public RuntimePlatform.Builder cpuArchitecture(CpuArchitecture cpuArchitecture)
RuntimePlatform.getCpuArchitecture()cpuArchitecture - The CpuArchitecture for Fargate Runtime Platform.this@Stability(value=Stable) public RuntimePlatform.Builder operatingSystemFamily(OperatingSystemFamily operatingSystemFamily)
RuntimePlatform.getOperatingSystemFamily()operatingSystemFamily - The operating system for Fargate Runtime Platform.this@Stability(value=Stable) public RuntimePlatform build()
build in interface software.amazon.jsii.Builder<RuntimePlatform>RuntimePlatformNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.