@Stability(value=Experimental) 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=Experimental) public ProcessorFeatures.Builder coreCount(Number coreCount)
ProcessorFeatures.getCoreCount()coreCount - The number of CPU core.this@Stability(value=Experimental) public ProcessorFeatures.Builder threadsPerCore(Number threadsPerCore)
ProcessorFeatures.getThreadsPerCore()threadsPerCore - The number of threads per core.this@Stability(value=Experimental) public ProcessorFeatures build()
build in interface software.amazon.jsii.Builder<ProcessorFeatures>ProcessorFeaturesNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.