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 value is containerInsights .
name - The name of the cluster setting. The value is containerInsights .ClusterSettingName,
ClusterSettingNameClusterSetting.Builder name(ClusterSettingName name)
The name of the cluster setting. The value is containerInsights .
name - The name of the cluster setting. The 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 you set name to containerInsights and value to enabled
, CloudWatch Container Insights will be on for the cluster, otherwise it will be off unless the
containerInsights account setting is turned on. 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 you set name to containerInsights and value to
enabled, CloudWatch Container Insights will be on for the cluster, otherwise it will be
off unless the containerInsights account setting is turned on. If a cluster value is
specified, it will override the containerInsights value set with PutAccountSetting or PutAccountSettingDefault.
Copyright © 2023. All rights reserved.