@Stability(value=Stable) public static final class ClusterEngineConfig.Builder extends Object implements software.amazon.jsii.Builder<ClusterEngineConfig>
ClusterEngineConfig| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ClusterEngineConfig |
build()
Builds the configured instance.
|
ClusterEngineConfig.Builder |
features(ClusterEngineFeatures features)
Sets the value of
ClusterEngineConfig.getFeatures() |
ClusterEngineConfig.Builder |
parameterGroup(IParameterGroup parameterGroup)
Sets the value of
ClusterEngineConfig.getParameterGroup() |
ClusterEngineConfig.Builder |
port(Number port)
Sets the value of
ClusterEngineConfig.getPort() |
@Stability(value=Stable) public ClusterEngineConfig.Builder features(ClusterEngineFeatures features)
ClusterEngineConfig.getFeatures()features - Features supported by the database engine.this@Stability(value=Stable) public ClusterEngineConfig.Builder parameterGroup(IParameterGroup parameterGroup)
ClusterEngineConfig.getParameterGroup()parameterGroup - The ParameterGroup to use for the cluster.this@Stability(value=Stable) public ClusterEngineConfig.Builder port(Number port)
ClusterEngineConfig.getPort()port - The port to use for this cluster, unless the customer specified the port directly.this@Stability(value=Stable) public ClusterEngineConfig build()
build in interface software.amazon.jsii.Builder<ClusterEngineConfig>ClusterEngineConfigNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.