ToCopyableBuilder<ProcessType.Builder,ProcessType>
@Generated("software.amazon.awssdk:codegen") public class ProcessType extends Object implements ToCopyableBuilder<ProcessType.Builder,ProcessType>
Describes a process type.
For more information, see Auto Scaling Processes in the Auto Scaling User Guide.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ProcessType.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ProcessType.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
processName() |
One of the following processes:
|
static Class<? extends ProcessType.Builder> |
serializableBuilderClass() |
|
ProcessType.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String processName()
One of the following processes:
Launch
Terminate
AddToLoadBalancer
AlarmNotification
AZRebalance
HealthCheck
ReplaceUnhealthy
ScheduledActions
Launch
Terminate
AddToLoadBalancer
AlarmNotification
AZRebalance
HealthCheck
ReplaceUnhealthy
ScheduledActions
public ProcessType.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ProcessType.Builder,ProcessType>
public static ProcessType.Builder builder()
public static Class<? extends ProcessType.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.