@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.502Z") @Stability(value=Stable) 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()
The number of CPU core.
|
default Number |
getThreadsPerCore()
The number of threads per core.
|
@Stability(value=Stable) @Nullable default Number getCoreCount()
Default: - the default number of CPU cores for the chosen instance class.
@Stability(value=Stable) @Nullable default Number getThreadsPerCore()
Default: - the default number of threads per core for the chosen instance class.
@Stability(value=Stable) static ProcessorFeatures.Builder builder()
ProcessorFeatures.Builder of ProcessorFeaturesCopyright © 2022. All rights reserved.