ToCopyableBuilder<Placement.Builder,Placement>@Generated("software.amazon.awssdk:codegen") public class Placement extends Object implements ToCopyableBuilder<Placement.Builder,Placement>
Describes the placement of an instance.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
Placement.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
String |
affinity() |
The affinity setting for the instance on the Dedicated Host.
|
String |
availabilityZone() |
The Availability Zone of the instance.
|
static Placement.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
groupName() |
The name of the placement group the instance is in (for cluster compute instances).
|
int |
hashCode() |
|
String |
hostId() |
The ID of the Dedicated Host on which the instance resides.
|
static Class<? extends Placement.Builder> |
serializableBuilderClass() |
|
String |
spreadDomain() |
Reserved for future use.
|
String |
tenancy() |
The tenancy of the instance (if the instance is running in a VPC).
|
Placement.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String availabilityZone()
The Availability Zone of the instance.
public String affinity()
The affinity setting for the instance on the Dedicated Host. This parameter is not supported for the ImportInstance command.
public String groupName()
The name of the placement group the instance is in (for cluster compute instances).
public String hostId()
The ID of the Dedicated Host on which the instance resides. This parameter is not supported for the ImportInstance command.
public String tenancy()
The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of
dedicated runs on single-tenant hardware. The host tenancy is not supported for the
ImportInstance command.
dedicated runs on single-tenant hardware. The host tenancy is not supported for
the ImportInstance command.Tenancypublic String spreadDomain()
Reserved for future use.
public Placement.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Placement.Builder,Placement>public static Placement.Builder builder()
public static Class<? extends Placement.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.