@Generated(value="software.amazon.awssdk:codegen") public final class LaunchTemplatePlacement extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LaunchTemplatePlacement.Builder,LaunchTemplatePlacement>
Describes the placement of an instance.
Modifier and Type | Class and Description |
---|---|
static interface |
LaunchTemplatePlacement.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 LaunchTemplatePlacement.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupName()
The name of the placement group for the instance.
|
int |
hashCode() |
String |
hostId()
The ID of the Dedicated Host for the instance.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LaunchTemplatePlacement.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).
|
LaunchTemplatePlacement.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String availabilityZone()
The Availability Zone of the instance.
public String affinity()
The affinity setting for the instance on the Dedicated Host.
public String groupName()
The name of the placement group for the instance.
public String hostId()
The ID of the Dedicated Host for the instance.
public 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.
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.Tenancy
public 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.
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.Tenancy
public String spreadDomain()
Reserved for future use.
public LaunchTemplatePlacement.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<LaunchTemplatePlacement.Builder,LaunchTemplatePlacement>
public static LaunchTemplatePlacement.Builder builder()
public static Class<? extends LaunchTemplatePlacement.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2019. All rights reserved.