Interface ClusterSetting.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ClusterSetting.Builder,
,ClusterSetting> SdkBuilder<ClusterSetting.Builder,
,ClusterSetting> SdkPojo
- Enclosing class:
ClusterSetting
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the cluster setting.name
(ClusterSettingName name) The name of the cluster setting.The value to set for the cluster setting.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the cluster setting. The value is
containerInsights
.- Parameters:
name
- The name of the cluster setting. The value iscontainerInsights
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name of the cluster setting. The value is
containerInsights
.- Parameters:
name
- The name of the cluster setting. The value iscontainerInsights
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
The value to set for the cluster setting. The supported values are
enhanced
,enabled
, anddisabled
.To use Container Insights with enhanced observability, set the
containerInsights
account setting toenhanced
.To use Container Insights, set the
containerInsights
account setting toenabled
.If a cluster value is specified, it will override the
containerInsights
value set with PutAccountSetting or PutAccountSettingDefault.- Parameters:
value
- The value to set for the cluster setting. The supported values areenhanced
,enabled
, anddisabled
.To use Container Insights with enhanced observability, set the
containerInsights
account setting toenhanced
.To use Container Insights, set the
containerInsights
account setting toenabled
.If a cluster value is specified, it will override the
containerInsights
value set with PutAccountSetting or PutAccountSettingDefault.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-