|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.autoscaling.model.ScheduledUpdateGroupAction
public class ScheduledUpdateGroupAction
This data type stores information about an scheduled update to an Auto Scaling group.
Constructor Summary | |
---|---|
ScheduledUpdateGroupAction()
|
Method Summary | |
---|---|
java.lang.String |
getAutoScalingGroupName()
The name of the Auto Scaling group to be updated. |
java.lang.Integer |
getDesiredCapacity()
The number of instances you prefer to maintain in your Auto Scaling group. |
java.util.Date |
getEndTime()
The time that the action is scheduled to end. |
java.lang.Integer |
getMaxSize()
The maximum size of the Auto Scaling group. |
java.lang.Integer |
getMinSize()
The minimum size of the Auto Scaling group. |
java.lang.String |
getRecurrence()
The regular schedule that an action occurs. |
java.lang.String |
getScheduledActionARN()
The Amazon Resource Name (ARN) of this scheduled action. |
java.lang.String |
getScheduledActionName()
The name of this scheduled action. |
java.util.Date |
getStartTime()
The time that the action is scheduled to begin. |
java.util.Date |
getTime()
Returns the value of the Time property for this object. |
void |
setAutoScalingGroupName(java.lang.String autoScalingGroupName)
The name of the Auto Scaling group to be updated. |
void |
setDesiredCapacity(java.lang.Integer desiredCapacity)
The number of instances you prefer to maintain in your Auto Scaling group. |
void |
setEndTime(java.util.Date endTime)
The time that the action is scheduled to end. |
void |
setMaxSize(java.lang.Integer maxSize)
The maximum size of the Auto Scaling group. |
void |
setMinSize(java.lang.Integer minSize)
The minimum size of the Auto Scaling group. |
void |
setRecurrence(java.lang.String recurrence)
The regular schedule that an action occurs. |
void |
setScheduledActionARN(java.lang.String scheduledActionARN)
The Amazon Resource Name (ARN) of this scheduled action. |
void |
setScheduledActionName(java.lang.String scheduledActionName)
The name of this scheduled action. |
void |
setStartTime(java.util.Date startTime)
The time that the action is scheduled to begin. |
void |
setTime(java.util.Date time)
Sets the value of the Time property for this object. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ScheduledUpdateGroupAction |
withAutoScalingGroupName(java.lang.String autoScalingGroupName)
The name of the Auto Scaling group to be updated. |
ScheduledUpdateGroupAction |
withDesiredCapacity(java.lang.Integer desiredCapacity)
The number of instances you prefer to maintain in your Auto Scaling group. |
ScheduledUpdateGroupAction |
withEndTime(java.util.Date endTime)
The time that the action is scheduled to end. |
ScheduledUpdateGroupAction |
withMaxSize(java.lang.Integer maxSize)
The maximum size of the Auto Scaling group. |
ScheduledUpdateGroupAction |
withMinSize(java.lang.Integer minSize)
The minimum size of the Auto Scaling group. |
ScheduledUpdateGroupAction |
withRecurrence(java.lang.String recurrence)
The regular schedule that an action occurs. |
ScheduledUpdateGroupAction |
withScheduledActionARN(java.lang.String scheduledActionARN)
The Amazon Resource Name (ARN) of this scheduled action. |
ScheduledUpdateGroupAction |
withScheduledActionName(java.lang.String scheduledActionName)
The name of this scheduled action. |
ScheduledUpdateGroupAction |
withStartTime(java.util.Date startTime)
The time that the action is scheduled to begin. |
ScheduledUpdateGroupAction |
withTime(java.util.Date time)
Sets the value of the Time property for this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ScheduledUpdateGroupAction()
Method Detail |
---|
public java.lang.String getAutoScalingGroupName()
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
public void setAutoScalingGroupName(java.lang.String autoScalingGroupName)
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
autoScalingGroupName
- The name of the Auto Scaling group to be updated.public ScheduledUpdateGroupAction withAutoScalingGroupName(java.lang.String autoScalingGroupName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
autoScalingGroupName
- The name of the Auto Scaling group to be updated.
public java.lang.String getScheduledActionName()
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
public void setScheduledActionName(java.lang.String scheduledActionName)
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
scheduledActionName
- The name of this scheduled action.public ScheduledUpdateGroupAction withScheduledActionName(java.lang.String scheduledActionName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
scheduledActionName
- The name of this scheduled action.
public java.lang.String getScheduledActionARN()
Constraints:
Length: 1 - 1600
Pattern: [ -??-??-?\r\n\t]*
public void setScheduledActionARN(java.lang.String scheduledActionARN)
Constraints:
Length: 1 - 1600
Pattern: [ -??-??-?\r\n\t]*
scheduledActionARN
- The Amazon Resource Name (ARN) of this scheduled action.public ScheduledUpdateGroupAction withScheduledActionARN(java.lang.String scheduledActionARN)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1600
Pattern: [ -??-??-?\r\n\t]*
scheduledActionARN
- The Amazon Resource Name (ARN) of this scheduled action.
public java.util.Date getTime()
public void setTime(java.util.Date time)
time
- The new value for the Time property for this object.public ScheduledUpdateGroupAction withTime(java.util.Date time)
Returns a reference to this object so that method calls can be chained together.
time
- The new value for the Time property for this object.
public java.util.Date getStartTime()
public void setStartTime(java.util.Date startTime)
startTime
- The time that the action is scheduled to begin. This value can be up
to one month in the future.public ScheduledUpdateGroupAction withStartTime(java.util.Date startTime)
Returns a reference to this object so that method calls can be chained together.
startTime
- The time that the action is scheduled to begin. This value can be up
to one month in the future.
public java.util.Date getEndTime()
public void setEndTime(java.util.Date endTime)
endTime
- The time that the action is scheduled to end. This value can be up to
one month in the future.public ScheduledUpdateGroupAction withEndTime(java.util.Date endTime)
Returns a reference to this object so that method calls can be chained together.
endTime
- The time that the action is scheduled to end. This value can be up to
one month in the future.
public java.lang.String getRecurrence()
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
public void setRecurrence(java.lang.String recurrence)
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
recurrence
- The regular schedule that an action occurs.public ScheduledUpdateGroupAction withRecurrence(java.lang.String recurrence)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
recurrence
- The regular schedule that an action occurs.
public java.lang.Integer getMinSize()
public void setMinSize(java.lang.Integer minSize)
minSize
- The minimum size of the Auto Scaling group.public ScheduledUpdateGroupAction withMinSize(java.lang.Integer minSize)
Returns a reference to this object so that method calls can be chained together.
minSize
- The minimum size of the Auto Scaling group.
public java.lang.Integer getMaxSize()
public void setMaxSize(java.lang.Integer maxSize)
maxSize
- The maximum size of the Auto Scaling group.public ScheduledUpdateGroupAction withMaxSize(java.lang.Integer maxSize)
Returns a reference to this object so that method calls can be chained together.
maxSize
- The maximum size of the Auto Scaling group.
public java.lang.Integer getDesiredCapacity()
public void setDesiredCapacity(java.lang.Integer desiredCapacity)
desiredCapacity
- The number of instances you prefer to maintain in your Auto Scaling
group.public ScheduledUpdateGroupAction withDesiredCapacity(java.lang.Integer desiredCapacity)
Returns a reference to this object so that method calls can be chained together.
desiredCapacity
- The number of instances you prefer to maintain in your Auto Scaling
group.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |