public static interface UpdateClusterRequest.Builder extends EcsRequest.Builder, SdkPojo, CopyableBuilder<UpdateClusterRequest.Builder,UpdateClusterRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateClusterRequest.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.UpdateClusterRequest.Builder settings(Collection<ClusterSetting> settings)
The cluster settings for your cluster.
settings - The cluster settings for your cluster.UpdateClusterRequest.Builder settings(ClusterSetting... settings)
The cluster settings for your cluster.
settings - The cluster settings for your cluster.UpdateClusterRequest.Builder settings(Consumer<ClusterSetting.Builder>... settings)
The cluster settings for your cluster.
This is a convenience method that creates an instance of theClusterSetting.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) UpdateClusterRequest.Builder configuration(ClusterConfiguration configuration)
The execute command configuration for the cluster.
configuration - The execute command configuration for the cluster.default UpdateClusterRequest.Builder configuration(Consumer<ClusterConfiguration.Builder> configuration)
The execute command configuration for the cluster.
This is a convenience method that creates an instance of theClusterConfiguration.Builder avoiding
the need to create one manually via ClusterConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to configuration(ClusterConfiguration).
configuration - a consumer that will call methods on ClusterConfiguration.Builderconfiguration(ClusterConfiguration)UpdateClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.