Interface ClusterSetting.Builder

  • 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 enhanced, enabled, and disabled.

      To use Container Insights with enhanced observability, set the containerInsights account setting to enhanced.

      To use Container Insights, set the containerInsights account setting to enabled.

      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 enhanced, enabled, and disabled.

      To use Container Insights with enhanced observability, set the containerInsights account setting to enhanced.

      To use Container Insights, set the containerInsights account setting to enabled.

      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.