public static interface UpdateClusterSettingsRequest.Builder extends EcsRequest.Builder, SdkPojo, CopyableBuilder<UpdateClusterSettingsRequest.Builder,UpdateClusterSettingsRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateClusterSettingsRequest.Builder |
cluster(String cluster)
The name of the cluster to modify the settings for.
|
UpdateClusterSettingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateClusterSettingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateClusterSettingsRequest.Builder |
settings(ClusterSetting... settings)
The setting to use by default for a cluster.
|
UpdateClusterSettingsRequest.Builder |
settings(Collection<ClusterSetting> settings)
The setting to use by default for a cluster.
|
UpdateClusterSettingsRequest.Builder |
settings(Consumer<ClusterSetting.Builder>... settings)
The setting to use by default for a cluster.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateClusterSettingsRequest.Builder cluster(String cluster)
The name of the cluster to modify the settings for.
cluster - The name of the cluster to modify the settings for.UpdateClusterSettingsRequest.Builder settings(Collection<ClusterSetting> settings)
The setting to use by default for a cluster. This parameter is used to turn on CloudWatch Container Insights
for a cluster. If this value is specified, it overrides the containerInsights value set with
PutAccountSetting or PutAccountSettingDefault.
Currently, if you delete an existing cluster that does not have Container Insights turned on, and then create a new cluster with the same name with Container Insights tuned on, Container Insights will not actually be turned on. If you want to preserve the same name for your existing cluster and turn on Container Insights, you must wait 7 days before you can re-create it.
settings - The setting to use by default for a cluster. This parameter is used to turn on CloudWatch Container
Insights for a cluster. If this value is specified, it overrides the containerInsights
value set with PutAccountSetting or PutAccountSettingDefault. Currently, if you delete an existing cluster that does not have Container Insights turned on, and then create a new cluster with the same name with Container Insights tuned on, Container Insights will not actually be turned on. If you want to preserve the same name for your existing cluster and turn on Container Insights, you must wait 7 days before you can re-create it.
UpdateClusterSettingsRequest.Builder settings(ClusterSetting... settings)
The setting to use by default for a cluster. This parameter is used to turn on CloudWatch Container Insights
for a cluster. If this value is specified, it overrides the containerInsights value set with
PutAccountSetting or PutAccountSettingDefault.
Currently, if you delete an existing cluster that does not have Container Insights turned on, and then create a new cluster with the same name with Container Insights tuned on, Container Insights will not actually be turned on. If you want to preserve the same name for your existing cluster and turn on Container Insights, you must wait 7 days before you can re-create it.
settings - The setting to use by default for a cluster. This parameter is used to turn on CloudWatch Container
Insights for a cluster. If this value is specified, it overrides the containerInsights
value set with PutAccountSetting or PutAccountSettingDefault. Currently, if you delete an existing cluster that does not have Container Insights turned on, and then create a new cluster with the same name with Container Insights tuned on, Container Insights will not actually be turned on. If you want to preserve the same name for your existing cluster and turn on Container Insights, you must wait 7 days before you can re-create it.
UpdateClusterSettingsRequest.Builder settings(Consumer<ClusterSetting.Builder>... settings)
The setting to use by default for a cluster. This parameter is used to turn on CloudWatch Container Insights
for a cluster. If this value is specified, it overrides the containerInsights value set with
PutAccountSetting or PutAccountSettingDefault.
Currently, if you delete an existing cluster that does not have Container Insights turned on, and then create a new cluster with the same name with Container Insights tuned on, Container Insights will not actually be turned on. If you want to preserve the same name for your existing cluster and turn on Container Insights, you must wait 7 days before you can re-create it.
ClusterSetting.Builder avoiding the need to create one
manually via ClusterSetting.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #settings(List.
settings - a consumer that will call methods on
ClusterSetting.Builder#settings(java.util.Collection) UpdateClusterSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateClusterSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.