public static interface ClusterSetting.Builder extends SdkPojo, CopyableBuilder<ClusterSetting.Builder,ClusterSetting>
| Modifier and Type | Method and Description |
|---|---|
ClusterSetting.Builder |
name(ClusterSettingName name)
The name of the cluster setting.
|
ClusterSetting.Builder |
name(String name)
The name of the cluster setting.
|
ClusterSetting.Builder |
value(String value)
The value to set for the cluster setting.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClusterSetting.Builder name(String name)
The name of the cluster setting. The only supported value is containerInsights.
name - The name of the cluster setting. The only supported value is containerInsights.ClusterSettingName,
ClusterSettingNameClusterSetting.Builder name(ClusterSettingName name)
The name of the cluster setting. The only supported value is containerInsights.
name - The name of the cluster setting. The only supported value is containerInsights.ClusterSettingName,
ClusterSettingNameClusterSetting.Builder value(String 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.
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.Copyright © 2021. All rights reserved.