@Stability(value=Stable) public static final class CfnDBInstance.ProcessorFeatureProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDBInstance.ProcessorFeatureProperty>
CfnDBInstance.ProcessorFeatureProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDBInstance.ProcessorFeatureProperty |
build()
Builds the configured instance.
|
CfnDBInstance.ProcessorFeatureProperty.Builder |
name(String name)
Sets the value of
CfnDBInstance.ProcessorFeatureProperty.getName() |
CfnDBInstance.ProcessorFeatureProperty.Builder |
value(String value)
Sets the value of
CfnDBInstance.ProcessorFeatureProperty.getValue() |
@Stability(value=Stable) public CfnDBInstance.ProcessorFeatureProperty.Builder name(String name)
CfnDBInstance.ProcessorFeatureProperty.getName()name - The name of the processor feature.
Valid names are coreCount and threadsPerCore .this@Stability(value=Stable) public CfnDBInstance.ProcessorFeatureProperty.Builder value(String value)
CfnDBInstance.ProcessorFeatureProperty.getValue()value - The value of a processor feature name.this@Stability(value=Stable) public CfnDBInstance.ProcessorFeatureProperty build()
build in interface software.amazon.jsii.Builder<CfnDBInstance.ProcessorFeatureProperty>CfnDBInstance.ProcessorFeaturePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.