@Stability(value=Stable)
public static interface CfnDBInstance.ProcessorFeatureProperty
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.*;
ProcessorFeatureProperty processorFeatureProperty = ProcessorFeatureProperty.builder()
.name("name")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDBInstance.ProcessorFeatureProperty.Builder
A builder for
CfnDBInstance.ProcessorFeatureProperty |
static class |
CfnDBInstance.ProcessorFeatureProperty.Jsii$Proxy
An implementation for
CfnDBInstance.ProcessorFeatureProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDBInstance.ProcessorFeatureProperty.Builder |
builder() |
default String |
getName()
The name of the processor feature.
|
default String |
getValue()
The value of a processor feature name.
|
@Stability(value=Stable) @Nullable default String getName()
Valid names are coreCount and threadsPerCore .
@Stability(value=Stable) @Nullable default String getValue()
@Stability(value=Stable) static CfnDBInstance.ProcessorFeatureProperty.Builder builder()
Copyright © 2022. All rights reserved.