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 serviceConnectDefaults(ClusterServiceConnectDefaultsRequest serviceConnectDefaults)
Use this parameter to set a default Service Connect namespace. After you set a default Service Connect
namespace, any new services with Service Connect turned on that are created in the cluster are added as
client services in the namespace. This setting only applies to new services that set the enabled
parameter to true in the ServiceConnectConfiguration. You can set the namespace of
each service individually in the ServiceConnectConfiguration to override this default parameter.
Tasks that run in a namespace can use short names to connect to services in the namespace. Tasks can connect to services across all of the clusters in the namespace. Tasks connect through a managed proxy container that collects logs and metrics for increased visibility. Only the tasks that Amazon ECS services create are supported with Service Connect. For more information, see Service Connect in the Amazon Elastic Container Service Developer Guide.
serviceConnectDefaults - Use this parameter to set a default Service Connect namespace. After you set a default Service Connect
namespace, any new services with Service Connect turned on that are created in the cluster are added
as client services in the namespace. This setting only applies to new services that set the
enabled parameter to true in the ServiceConnectConfiguration.
You can set the namespace of each service individually in the ServiceConnectConfiguration
to override this default parameter.
Tasks that run in a namespace can use short names to connect to services in the namespace. Tasks can connect to services across all of the clusters in the namespace. Tasks connect through a managed proxy container that collects logs and metrics for increased visibility. Only the tasks that Amazon ECS services create are supported with Service Connect. For more information, see Service Connect in the Amazon Elastic Container Service Developer Guide.
default UpdateClusterRequest.Builder serviceConnectDefaults(Consumer<ClusterServiceConnectDefaultsRequest.Builder> serviceConnectDefaults)
Use this parameter to set a default Service Connect namespace. After you set a default Service Connect
namespace, any new services with Service Connect turned on that are created in the cluster are added as
client services in the namespace. This setting only applies to new services that set the enabled
parameter to true in the ServiceConnectConfiguration. You can set the namespace of
each service individually in the ServiceConnectConfiguration to override this default parameter.
Tasks that run in a namespace can use short names to connect to services in the namespace. Tasks can connect to services across all of the clusters in the namespace. Tasks connect through a managed proxy container that collects logs and metrics for increased visibility. Only the tasks that Amazon ECS services create are supported with Service Connect. For more information, see Service Connect in the Amazon Elastic Container Service Developer Guide.
This is a convenience method that creates an instance of theClusterServiceConnectDefaultsRequest.Builder avoiding the need to create one manually via
ClusterServiceConnectDefaultsRequest.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to serviceConnectDefaults(ClusterServiceConnectDefaultsRequest).
serviceConnectDefaults - a consumer that will call methods on ClusterServiceConnectDefaultsRequest.BuilderserviceConnectDefaults(ClusterServiceConnectDefaultsRequest)UpdateClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.