@Generated(value="software.amazon.awssdk:codegen") public final class LaunchTemplatePlacementRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LaunchTemplatePlacementRequest.Builder,LaunchTemplatePlacementRequest>
Describes the placement of an instance.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LaunchTemplatePlacementRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
affinity()
The affinity setting for an instance on a Dedicated Host.
|
String |
availabilityZone()
The Availability Zone for the instance.
|
static LaunchTemplatePlacementRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupId()
The Group Id of a placement group.
|
String |
groupName()
The name of the placement group for the instance.
|
int |
hashCode() |
String |
hostId()
The ID of the Dedicated Host for the instance.
|
String |
hostResourceGroupArn()
The ARN of the host resource group in which to launch the instances.
|
Integer |
partitionNumber()
The number of the partition the instance should launch in.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LaunchTemplatePlacementRequest.Builder> |
serializableBuilderClass() |
String |
spreadDomain()
Reserved for future use.
|
Tenancy |
tenancy()
The tenancy of the instance.
|
String |
tenancyAsString()
The tenancy of the instance.
|
LaunchTemplatePlacementRequest.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 for the instance.
public final String affinity()
The affinity setting for an instance on a Dedicated Host.
public final String groupName()
The name of the placement group for the instance.
public final String hostId()
The ID of the Dedicated Host for the instance.
public final Tenancy tenancy()
The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware.
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().
Tenancypublic final String tenancyAsString()
The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware.
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().
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 a host resource group ARN,
omit the Tenancy parameter or set it to host.
host.public final Integer partitionNumber()
The number of the partition the instance should launch in. Valid only if the placement group strategy is set to
partition.
partition.public final String groupId()
The Group Id of a placement group. You must specify the Placement Group Group Id to launch an instance in a shared placement group.
public LaunchTemplatePlacementRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LaunchTemplatePlacementRequest.Builder,LaunchTemplatePlacementRequest>public static LaunchTemplatePlacementRequest.Builder builder()
public static Class<? extends LaunchTemplatePlacementRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.