Interface SuspendProcessesRequest.Builder
-
- All Superinterfaces:
AutoScalingRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<SuspendProcessesRequest.Builder,SuspendProcessesRequest>
,SdkBuilder<SuspendProcessesRequest.Builder,SuspendProcessesRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- SuspendProcessesRequest
public static interface SuspendProcessesRequest.Builder extends AutoScalingRequest.Builder, SdkPojo, CopyableBuilder<SuspendProcessesRequest.Builder,SuspendProcessesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SuspendProcessesRequest.Builder
autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.SuspendProcessesRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
SuspendProcessesRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
SuspendProcessesRequest.Builder
scalingProcesses(String... scalingProcesses)
One or more of the following processes:SuspendProcessesRequest.Builder
scalingProcesses(Collection<String> scalingProcesses)
One or more of the following processes:-
Methods inherited from interface software.amazon.awssdk.services.autoscaling.model.AutoScalingRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
autoScalingGroupName
SuspendProcessesRequest.Builder autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
- Parameters:
autoScalingGroupName
- The name of the Auto Scaling group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scalingProcesses
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
scalingProcesses
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
overrideConfiguration
SuspendProcessesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
SuspendProcessesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-