public static interface ResumeProcessesRequest.Builder extends AutoScalingRequest.Builder, SdkPojo, CopyableBuilder<ResumeProcessesRequest.Builder,ResumeProcessesRequest>
| Modifier and Type | Method and Description |
|---|---|
ResumeProcessesRequest.Builder |
autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
ResumeProcessesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ResumeProcessesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ResumeProcessesRequest.Builder |
scalingProcesses(Collection<String> scalingProcesses)
One or more of the following processes:
|
ResumeProcessesRequest.Builder |
scalingProcesses(String... scalingProcesses)
One or more of the following processes:
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildResumeProcessesRequest.Builder autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName - The name of the Auto Scaling group.ResumeProcessesRequest.Builder scalingProcesses(Collection<String> scalingProcesses)
One or more of the following processes:
Launch
Terminate
AddToLoadBalancer
AlarmNotification
AZRebalance
HealthCheck
InstanceRefresh
ReplaceUnhealthy
ScheduledActions
If you omit this property, all processes are specified.
scalingProcesses - One or more of the following processes:
Launch
Terminate
AddToLoadBalancer
AlarmNotification
AZRebalance
HealthCheck
InstanceRefresh
ReplaceUnhealthy
ScheduledActions
If you omit this property, all processes are specified.
ResumeProcessesRequest.Builder scalingProcesses(String... scalingProcesses)
One or more of the following processes:
Launch
Terminate
AddToLoadBalancer
AlarmNotification
AZRebalance
HealthCheck
InstanceRefresh
ReplaceUnhealthy
ScheduledActions
If you omit this property, all processes are specified.
scalingProcesses - One or more of the following processes:
Launch
Terminate
AddToLoadBalancer
AlarmNotification
AZRebalance
HealthCheck
InstanceRefresh
ReplaceUnhealthy
ScheduledActions
If you omit this property, all processes are specified.
ResumeProcessesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderResumeProcessesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.