public static interface UpdateCapacityProviderRequest.Builder extends EcsRequest.Builder, SdkPojo, CopyableBuilder<UpdateCapacityProviderRequest.Builder,UpdateCapacityProviderRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateCapacityProviderRequest.Builder |
autoScalingGroupProvider(AutoScalingGroupProviderUpdate autoScalingGroupProvider)
An object representing the parameters to update for the Auto Scaling group capacity provider.
|
default UpdateCapacityProviderRequest.Builder |
autoScalingGroupProvider(Consumer<AutoScalingGroupProviderUpdate.Builder> autoScalingGroupProvider)
An object representing the parameters to update for the Auto Scaling group capacity provider.
|
UpdateCapacityProviderRequest.Builder |
name(String name)
The name of the capacity provider to update.
|
UpdateCapacityProviderRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateCapacityProviderRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateCapacityProviderRequest.Builder name(String name)
The name of the capacity provider to update.
name - The name of the capacity provider to update.UpdateCapacityProviderRequest.Builder autoScalingGroupProvider(AutoScalingGroupProviderUpdate autoScalingGroupProvider)
An object representing the parameters to update for the Auto Scaling group capacity provider.
autoScalingGroupProvider - An object representing the parameters to update for the Auto Scaling group capacity provider.default UpdateCapacityProviderRequest.Builder autoScalingGroupProvider(Consumer<AutoScalingGroupProviderUpdate.Builder> autoScalingGroupProvider)
An object representing the parameters to update for the Auto Scaling group capacity provider.
This is a convenience that creates an instance of theAutoScalingGroupProviderUpdate.Builder avoiding
the need to create one manually via AutoScalingGroupProviderUpdate.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to autoScalingGroupProvider(AutoScalingGroupProviderUpdate).autoScalingGroupProvider - a consumer that will call methods on AutoScalingGroupProviderUpdate.BuilderautoScalingGroupProvider(AutoScalingGroupProviderUpdate)UpdateCapacityProviderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateCapacityProviderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.