@Generated(value="software.amazon.awssdk:codegen") public final class Placement extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Placement.Builder,Placement>
Describes the placement of an instance.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Placement.Builder |
| Modifier and Type | Method and 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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupId()
The ID of the placement group that the instance is in.
|
String |
groupName()
The name of the placement group that the instance is in.
|
int |
hashCode() |
String |
hostId()
The ID of the Dedicated Host on which the instance resides.
|
String |
hostResourceGroupArn()
The ARN of the host resource group in which to launch the instances.
|
Integer |
partitionNumber()
The number of the partition that the instance is in.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Placement.Builder> |
serializableBuilderClass() |
String |
spreadDomain()
Reserved for future use.
|
Tenancy |
tenancy()
The tenancy of the instance (if the instance is running in a VPC).
|
String |
tenancyAsString()
The tenancy of the instance (if the instance is running in a VPC).
|
Placement.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String availabilityZone()
The Availability Zone of the instance.
If not specified, an Availability Zone will be automatically chosen for you based on the load balancing criteria for the Region.
This parameter is not supported for CreateFleet.
If not specified, an Availability Zone will be automatically chosen for you based on the load balancing criteria for the Region.
This parameter is not supported for CreateFleet.
public final String affinity()
The affinity setting for the instance on the Dedicated Host.
This parameter is not supported for CreateFleet or ImportInstance.
This parameter is not supported for CreateFleet or ImportInstance.
public final String groupName()
The name of the placement group that the instance is in. If you specify GroupName, you can't specify
GroupId.
GroupName, you can't
specify GroupId.public final Integer partitionNumber()
The number of the partition that the instance is in. Valid only if the placement group strategy is set to
partition.
This parameter is not supported for CreateFleet.
partition.
This parameter is not supported for CreateFleet.
public final String hostId()
The ID of the Dedicated Host on which the instance resides.
This parameter is not supported for CreateFleet or ImportInstance.
This parameter is not supported for CreateFleet or ImportInstance.
public final Tenancy 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.
This parameter is not supported for CreateFleet. The
host tenancy is not supported for ImportInstance or for
T3 instances that are configured for the unlimited CPU credit option.
If the service returns an enum value that is not available in the current SDK version, tenancy will
return Tenancy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
tenancyAsString().
dedicated runs on single-tenant hardware.
This parameter is not supported for CreateFleet. The
host tenancy is not supported for ImportInstance
or for T3 instances that are configured for the unlimited CPU credit option.
Tenancypublic final String tenancyAsString()
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.
This parameter is not supported for CreateFleet. The
host tenancy is not supported for ImportInstance or for
T3 instances that are configured for the unlimited CPU credit option.
If the service returns an enum value that is not available in the current SDK version, tenancy will
return Tenancy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
tenancyAsString().
dedicated runs on single-tenant hardware.
This parameter is not supported for CreateFleet. The
host tenancy is not supported for ImportInstance
or for T3 instances that are configured for the unlimited CPU credit option.
Tenancypublic final String spreadDomain()
Reserved for future use.
public final String hostResourceGroupArn()
The ARN of the host resource group in which to launch the instances.
If you specify this parameter, either omit the Tenancy parameter or set it to host.
This parameter is not supported for CreateFleet.
If you specify this parameter, either omit the Tenancy parameter or set it to host.
This parameter is not supported for CreateFleet.
public final String groupId()
The ID of the placement group that the instance is in. If you specify GroupId, you can't specify
GroupName.
GroupId, you can't
specify GroupName.public Placement.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Placement.Builder,Placement>public static Placement.Builder builder()
public static Class<? extends Placement.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.