@Stability(value=Stable) public static final class CfnLaunchTemplate.CpuOptionsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnLaunchTemplate.CpuOptionsProperty>
CfnLaunchTemplate.CpuOptionsProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnLaunchTemplate.CpuOptionsProperty |
build()
Builds the configured instance.
|
CfnLaunchTemplate.CpuOptionsProperty.Builder |
coreCount(Number coreCount)
Sets the value of
CfnLaunchTemplate.CpuOptionsProperty.getCoreCount() |
CfnLaunchTemplate.CpuOptionsProperty.Builder |
threadsPerCore(Number threadsPerCore)
Sets the value of
CfnLaunchTemplate.CpuOptionsProperty.getThreadsPerCore() |
@Stability(value=Stable) public CfnLaunchTemplate.CpuOptionsProperty.Builder coreCount(Number coreCount)
CfnLaunchTemplate.CpuOptionsProperty.getCoreCount()
coreCount
- `CfnLaunchTemplate.CpuOptionsProperty.CoreCount`.this
@Stability(value=Stable) public CfnLaunchTemplate.CpuOptionsProperty.Builder threadsPerCore(Number threadsPerCore)
CfnLaunchTemplate.CpuOptionsProperty.getThreadsPerCore()
threadsPerCore
- `CfnLaunchTemplate.CpuOptionsProperty.ThreadsPerCore`.this
@Stability(value=Stable) public CfnLaunchTemplate.CpuOptionsProperty build()
build
in interface software.amazon.jsii.Builder<CfnLaunchTemplate.CpuOptionsProperty>
CfnLaunchTemplate.CpuOptionsProperty
NullPointerException
- if any required attribute was not providedCopyright © 2020. All rights reserved.