public static interface AwsEcsClusterDetails.Builder extends SdkPojo, CopyableBuilder<AwsEcsClusterDetails.Builder,AwsEcsClusterDetails>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEcsClusterDetails.Builder capacityProviders(Collection<String> capacityProviders)
The short name of one or more capacity providers to associate with the cluster.
capacityProviders - The short name of one or more capacity providers to associate with the cluster.AwsEcsClusterDetails.Builder capacityProviders(String... capacityProviders)
The short name of one or more capacity providers to associate with the cluster.
capacityProviders - The short name of one or more capacity providers to associate with the cluster.AwsEcsClusterDetails.Builder clusterSettings(Collection<AwsEcsClusterClusterSettingsDetails> clusterSettings)
The setting to use to create the cluster. Specifically used to configure whether to enable CloudWatch Container Insights for the cluster.
clusterSettings - The setting to use to create the cluster. Specifically used to configure whether to enable CloudWatch
Container Insights for the cluster.AwsEcsClusterDetails.Builder clusterSettings(AwsEcsClusterClusterSettingsDetails... clusterSettings)
The setting to use to create the cluster. Specifically used to configure whether to enable CloudWatch Container Insights for the cluster.
clusterSettings - The setting to use to create the cluster. Specifically used to configure whether to enable CloudWatch
Container Insights for the cluster.AwsEcsClusterDetails.Builder clusterSettings(Consumer<AwsEcsClusterClusterSettingsDetails.Builder>... clusterSettings)
The setting to use to create the cluster. Specifically used to configure whether to enable CloudWatch Container Insights for the cluster.
This is a convenience method that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #clusterSettings(List) .clusterSettings - a consumer that will call methods on List.Builder #clusterSettings(List) AwsEcsClusterDetails.Builder configuration(AwsEcsClusterConfigurationDetails configuration)
The run command configuration for the cluster.
configuration - The run command configuration for the cluster.default AwsEcsClusterDetails.Builder configuration(Consumer<AwsEcsClusterConfigurationDetails.Builder> configuration)
The run command configuration for the cluster.
This is a convenience method that creates an instance of theAwsEcsClusterConfigurationDetails.Builder avoiding the need to create one manually via
AwsEcsClusterConfigurationDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to configuration(AwsEcsClusterConfigurationDetails).configuration - a consumer that will call methods on AwsEcsClusterConfigurationDetails.Builderconfiguration(AwsEcsClusterConfigurationDetails)AwsEcsClusterDetails.Builder defaultCapacityProviderStrategy(Collection<AwsEcsClusterDefaultCapacityProviderStrategyDetails> defaultCapacityProviderStrategy)
The default capacity provider strategy for the cluster. The default capacity provider strategy is used when services or tasks are run without a specified launch type or capacity provider strategy.
defaultCapacityProviderStrategy - The default capacity provider strategy for the cluster. The default capacity provider strategy is used
when services or tasks are run without a specified launch type or capacity provider strategy.AwsEcsClusterDetails.Builder defaultCapacityProviderStrategy(AwsEcsClusterDefaultCapacityProviderStrategyDetails... defaultCapacityProviderStrategy)
The default capacity provider strategy for the cluster. The default capacity provider strategy is used when services or tasks are run without a specified launch type or capacity provider strategy.
defaultCapacityProviderStrategy - The default capacity provider strategy for the cluster. The default capacity provider strategy is used
when services or tasks are run without a specified launch type or capacity provider strategy.AwsEcsClusterDetails.Builder defaultCapacityProviderStrategy(Consumer<AwsEcsClusterDefaultCapacityProviderStrategyDetails.Builder>... defaultCapacityProviderStrategy)
The default capacity provider strategy for the cluster. The default capacity provider strategy is used when services or tasks are run without a specified launch type or capacity provider strategy.
This is a convenience method that creates an instance of the.Builder avoiding the need to create one manually via
List#builder() .
When the Consumer completes, .Builder#build() is called immediately and its result
is passed to #defaultCapacityProviderStrategy(List) .defaultCapacityProviderStrategy - a consumer that will call methods on .Builder #defaultCapacityProviderStrategy(List) Copyright © 2022. All rights reserved.