ToCopyableBuilder<Reservation.Builder,Reservation>
@Generated("software.amazon.awssdk:codegen") public class Reservation extends Object implements ToCopyableBuilder<Reservation.Builder,Reservation>
Describes a reservation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Reservation.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Reservation.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<String> |
groupNames() |
One or more security group names.
|
List<GroupIdentifier> |
groups() |
[EC2-Classic only] One or more security groups.
|
int |
hashCode() |
|
List<Instance> |
instances() |
One or more instances.
|
String |
ownerId() |
The ID of the AWS account that owns the reservation.
|
String |
requesterId() |
The ID of the requester that launched the instances on your behalf (for example, AWS Management Console or Auto
Scaling).
|
String |
reservationId() |
The ID of the reservation.
|
static Class<? extends Reservation.Builder> |
serializableBuilderClass() |
|
Reservation.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public List<GroupIdentifier> groups()
[EC2-Classic only] One or more security groups.
public String ownerId()
The ID of the AWS account that owns the reservation.
public String requesterId()
The ID of the requester that launched the instances on your behalf (for example, AWS Management Console or Auto Scaling).
public String reservationId()
The ID of the reservation.
public List<String> groupNames()
One or more security group names.
public Reservation.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Reservation.Builder,Reservation>
public static Reservation.Builder builder()
public static Class<? extends Reservation.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.