@Stability(value=Stable) public static final class CfnInstance.CpuOptionsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnInstance.CpuOptionsProperty>
CfnInstance.CpuOptionsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnInstance.CpuOptionsProperty |
build()
Builds the configured instance.
|
CfnInstance.CpuOptionsProperty.Builder |
coreCount(Number coreCount)
Sets the value of
CfnInstance.CpuOptionsProperty.getCoreCount() |
CfnInstance.CpuOptionsProperty.Builder |
threadsPerCore(Number threadsPerCore)
Sets the value of
CfnInstance.CpuOptionsProperty.getThreadsPerCore() |
@Stability(value=Stable) public CfnInstance.CpuOptionsProperty.Builder coreCount(Number coreCount)
CfnInstance.CpuOptionsProperty.getCoreCount()coreCount - The number of CPU cores for the instance.this@Stability(value=Stable) public CfnInstance.CpuOptionsProperty.Builder threadsPerCore(Number threadsPerCore)
CfnInstance.CpuOptionsProperty.getThreadsPerCore()threadsPerCore - The number of threads per CPU core.this@Stability(value=Stable) public CfnInstance.CpuOptionsProperty build()
build in interface software.amazon.jsii.Builder<CfnInstance.CpuOptionsProperty>CfnInstance.CpuOptionsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.