Interface ClusterSetting.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ClusterSetting.Builder,ClusterSetting>, SdkBuilder<ClusterSetting.Builder,ClusterSetting>, SdkPojo
Enclosing class:
ClusterSetting

public static interface ClusterSetting.Builder extends SdkPojo, CopyableBuilder<ClusterSetting.Builder,ClusterSetting>
  • Method Details

    • name

      The name of the cluster setting. The value is containerInsights .

      Parameters:
      name - The name of the cluster setting. The value is containerInsights .
      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 is containerInsights .
      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 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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.