CopyableBuilder<ResumeProcessesRequest.Builder,ResumeProcessesRequest>
, SdkBuilder<ResumeProcessesRequest.Builder,ResumeProcessesRequest>
public static interface ResumeProcessesRequest.Builder extends CopyableBuilder<ResumeProcessesRequest.Builder,ResumeProcessesRequest>
Modifier and Type | Method | Description |
---|---|---|
ResumeProcessesRequest.Builder |
autoScalingGroupName(String autoScalingGroupName) |
The name or Amazon Resource Name (ARN) of the Auto Scaling group.
|
ResumeProcessesRequest.Builder |
scalingProcesses(String... scalingProcesses) |
One or more of the following processes.
|
ResumeProcessesRequest.Builder |
scalingProcesses(Collection<String> scalingProcesses) |
One or more of the following processes.
|
copy
apply, build
ResumeProcessesRequest.Builder autoScalingGroupName(String autoScalingGroupName)
The name or Amazon Resource Name (ARN) of the Auto Scaling group.
autoScalingGroupName
- The name or Amazon Resource Name (ARN) 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
NOTE: This method appends the values to the existing list (if any). Use
#setScalingProcesses(java.util.Collection)
or #withScalingProcesses(java.util.Collection)
if
you want to override the existing values.
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
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.