public class ProcessType extends Object implements Serializable, Cloneable
Describes a process type.
For more information, see Auto Scaling Processes in the Auto Scaling Developer Guide .
| Constructor and Description |
|---|
ProcessType() |
| Modifier and Type | Method and Description |
|---|---|
ProcessType |
clone() |
boolean |
equals(Object obj) |
String |
getProcessName()
The name of the process.
|
int |
hashCode() |
void |
setProcessName(String processName)
The name of the process.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ProcessType |
withProcessName(String processName)
The name of the process.
|
public String getProcessName()
Launch
Terminate
AddToLoadBalancer
AlarmNotification
AZRebalance
HealthCheck
ReplaceUnhealthy
ScheduledActions
Constraints:
Length: 1 - 255
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
Launch
Terminate
AddToLoadBalancer
AlarmNotification
AZRebalance
HealthCheck
ReplaceUnhealthy
ScheduledActions
public void setProcessName(String processName)
Launch
Terminate
AddToLoadBalancer
AlarmNotification
AZRebalance
HealthCheck
ReplaceUnhealthy
ScheduledActions
Constraints:
Length: 1 - 255
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
processName - The name of the process. Launch
Terminate
AddToLoadBalancer
AlarmNotification
AZRebalance
HealthCheck
ReplaceUnhealthy
ScheduledActions
public ProcessType withProcessName(String processName)
Launch
Terminate
AddToLoadBalancer
AlarmNotification
AZRebalance
HealthCheck
ReplaceUnhealthy
ScheduledActions
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
processName - The name of the process. Launch
Terminate
AddToLoadBalancer
AlarmNotification
AZRebalance
HealthCheck
ReplaceUnhealthy
ScheduledActions
public String toString()
toString in class ObjectObject.toString()public ProcessType clone()
Copyright © 2015. All rights reserved.