public static interface UpdateCapacityProviderRequest.Builder extends EcsRequest.Builder, SdkPojo, CopyableBuilder<UpdateCapacityProviderRequest.Builder,UpdateCapacityProviderRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateCapacityProviderRequest.Builder |
autoScalingGroupProvider(AutoScalingGroupProviderUpdate autoScalingGroupProvider)
The name of the capacity provider to update.
|
default UpdateCapacityProviderRequest.Builder |
autoScalingGroupProvider(Consumer<AutoScalingGroupProviderUpdate.Builder> autoScalingGroupProvider)
The name of the capacity provider to update.
|
UpdateCapacityProviderRequest.Builder |
name(String name)
An object representing the parameters to update for the Auto Scaling group capacity provider.
|
UpdateCapacityProviderRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateCapacityProviderRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateCapacityProviderRequest.Builder name(String name)
An object representing the parameters to update for the Auto Scaling group capacity provider.
name - An object representing the parameters to update for the Auto Scaling group capacity provider.UpdateCapacityProviderRequest.Builder autoScalingGroupProvider(AutoScalingGroupProviderUpdate autoScalingGroupProvider)
The name of the capacity provider to update.
autoScalingGroupProvider - The name of the capacity provider to update.default UpdateCapacityProviderRequest.Builder autoScalingGroupProvider(Consumer<AutoScalingGroupProviderUpdate.Builder> autoScalingGroupProvider)
The name of the capacity provider to update.
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 © 2020. All rights reserved.