@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:36.337Z") @Stability(value=Experimental) public interface ProcessorFeatures extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.rds.*;
ProcessorFeatures processorFeatures = ProcessorFeatures.builder()
.coreCount(123)
.threadsPerCore(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ProcessorFeatures.Builder
A builder for
ProcessorFeatures |
static class |
ProcessorFeatures.Jsii$Proxy
An implementation for
ProcessorFeatures |
| Modifier and Type | Method and Description |
|---|---|
static ProcessorFeatures.Builder |
builder() |
default Number |
getCoreCount()
(experimental) The number of CPU core.
|
default Number |
getThreadsPerCore()
(experimental) The number of threads per core.
|
@Stability(value=Experimental) @Nullable default Number getCoreCount()
Default: - the default number of CPU cores for the chosen instance class.
@Stability(value=Experimental) @Nullable default Number getThreadsPerCore()
Default: - the default number of threads per core for the chosen instance class.
@Stability(value=Experimental) static ProcessorFeatures.Builder builder()
ProcessorFeatures.Builder of ProcessorFeaturesCopyright © 2022. All rights reserved.