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.
|
buildoverrideConfigurationcopyapplyMutation, 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. If you omit this parameter, all processes are specified.
Launch
Terminate
HealthCheck
ReplaceUnhealthy
AZRebalance
AlarmNotification
ScheduledActions
AddToLoadBalancer
scalingProcesses - One or more of the following processes. If you omit this parameter, all processes are specified.
Launch
Terminate
HealthCheck
ReplaceUnhealthy
AZRebalance
AlarmNotification
ScheduledActions
AddToLoadBalancer
ResumeProcessesRequest.Builder scalingProcesses(String... scalingProcesses)
One or more of the following processes. If you omit this parameter, all processes are specified.
Launch
Terminate
HealthCheck
ReplaceUnhealthy
AZRebalance
AlarmNotification
ScheduledActions
AddToLoadBalancer
scalingProcesses - One or more of the following processes. If you omit this parameter, all processes are specified.
Launch
Terminate
HealthCheck
ReplaceUnhealthy
AZRebalance
AlarmNotification
ScheduledActions
AddToLoadBalancer
ResumeProcessesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderResumeProcessesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.