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 enable CloudWatch Container Insights
for a cluster. If this value is specified, it will override the containerInsights value set with
PutAccountSetting or PutAccountSettingDefault.
settings - The setting to use by default for a cluster. This parameter is used to enable CloudWatch Container
Insights for a cluster. If this value is specified, it will override the
containerInsights value set with PutAccountSetting or
PutAccountSettingDefault.UpdateClusterSettingsRequest.Builder settings(ClusterSetting... settings)
The setting to use by default for a cluster. This parameter is used to enable CloudWatch Container Insights
for a cluster. If this value is specified, it will override the containerInsights value set with
PutAccountSetting or PutAccountSettingDefault.
settings - The setting to use by default for a cluster. This parameter is used to enable CloudWatch Container
Insights for a cluster. If this value is specified, it will override the
containerInsights value set with PutAccountSetting or
PutAccountSettingDefault.UpdateClusterSettingsRequest.Builder settings(Consumer<ClusterSetting.Builder>... settings)
The setting to use by default for a cluster. This parameter is used to enable CloudWatch Container Insights
for a cluster. If this value is specified, it will override the containerInsights value set with
PutAccountSetting or PutAccountSettingDefault.
List.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #settings(List) .settings - a consumer that will call methods on List.Builder #settings(List) UpdateClusterSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateClusterSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.