Interface AwsEcsClusterClusterSettingsDetails.Builder

    • Method Detail

      • name

        AwsEcsClusterClusterSettingsDetails.Builder name​(String name)

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

        Parameters:
        name - The name of the setting. The valid value is containerInsights.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        AwsEcsClusterClusterSettingsDetails.Builder value​(String value)

        The value of the setting. Valid values are disabled or enabled.

        Parameters:
        value - The value of the setting. Valid values are disabled or enabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.