Class ScheduledInstancesPlacement
java.lang.Object
com.amazonaws.services.ec2.model.ScheduledInstancesPlacement
- All Implemented Interfaces:
Serializable, Cloneable
Describes the placement for a Scheduled Instance.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe Availability Zone.The name of the placement group.inthashCode()voidsetAvailabilityZone(String availabilityZone) The Availability Zone.voidsetGroupName(String groupName) The name of the placement group.toString()Returns a string representation of this object; useful for testing and debugging.withAvailabilityZone(String availabilityZone) The Availability Zone.withGroupName(String groupName) The name of the placement group.
-
Constructor Details
-
ScheduledInstancesPlacement
public ScheduledInstancesPlacement()
-
-
Method Details
-
setAvailabilityZone
The Availability Zone.
- Parameters:
availabilityZone- The Availability Zone.
-
getAvailabilityZone
-
withAvailabilityZone
The Availability Zone.
- Parameters:
availabilityZone- The Availability Zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setGroupName
The name of the placement group.
- Parameters:
groupName- The name of the placement group.
-
getGroupName
The name of the placement group.
- Returns:
- The name of the placement group.
-
withGroupName
The name of the placement group.
- Parameters:
groupName- The name of the placement group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-