@Stability(value=Stable) public static final class CfnCluster.ClusterSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCluster.ClusterSettingsProperty>
CfnCluster.ClusterSettingsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCluster.ClusterSettingsProperty |
build()
Builds the configured instance.
|
CfnCluster.ClusterSettingsProperty.Builder |
name(String name)
Sets the value of
CfnCluster.ClusterSettingsProperty.getName() |
CfnCluster.ClusterSettingsProperty.Builder |
value(String value)
Sets the value of
CfnCluster.ClusterSettingsProperty.getValue() |
@Stability(value=Stable) public CfnCluster.ClusterSettingsProperty.Builder name(String name)
CfnCluster.ClusterSettingsProperty.getName()name - The name of the cluster setting.
The only supported value is containerInsights .this@Stability(value=Stable) public CfnCluster.ClusterSettingsProperty.Builder value(String value)
CfnCluster.ClusterSettingsProperty.getValue()value - The value to set for the cluster setting.
The supported values are enabled and disabled . If enabled is specified, CloudWatch Container Insights will be enabled for the cluster, otherwise it will be disabled unless the containerInsights account setting is enabled. If a cluster value is specified, it will override the containerInsights value set with PutAccountSetting or PutAccountSettingDefault .this@Stability(value=Stable) public CfnCluster.ClusterSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnCluster.ClusterSettingsProperty>CfnCluster.ClusterSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.