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