public static interface SuspendProcessesRequest.Builder extends AutoScalingRequest.Builder, SdkPojo, CopyableBuilder<SuspendProcessesRequest.Builder,SuspendProcessesRequest>
| Modifier and Type | Method and Description |
|---|---|
SuspendProcessesRequest.Builder |
autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
SuspendProcessesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SuspendProcessesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SuspendProcessesRequest.Builder |
scalingProcesses(Collection<String> scalingProcesses)
One or more of the following processes:
|
SuspendProcessesRequest.Builder |
scalingProcesses(String... scalingProcesses)
One or more of the following processes:
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSuspendProcessesRequest.Builder autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName - The name of the Auto Scaling group.SuspendProcessesRequest.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.
SuspendProcessesRequest.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.
SuspendProcessesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSuspendProcessesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.