public static interface Placement.Builder extends SdkPojo, CopyableBuilder<Placement.Builder,Placement>
| Modifier and Type | Method and Description |
|---|---|
Placement.Builder |
affinity(String affinity)
The affinity setting for the instance on the Dedicated Host.
|
Placement.Builder |
availabilityZone(String availabilityZone)
The Availability Zone of the instance.
|
Placement.Builder |
groupName(String groupName)
The name of the placement group the instance is in.
|
Placement.Builder |
hostId(String hostId)
The ID of the Dedicated Host on which the instance resides.
|
Placement.Builder |
partitionNumber(Integer partitionNumber)
The number of the partition the instance is in.
|
Placement.Builder |
spreadDomain(String spreadDomain)
Reserved for future use.
|
Placement.Builder |
tenancy(String tenancy)
The tenancy of the instance (if the instance is running in a VPC).
|
Placement.Builder |
tenancy(Tenancy tenancy)
The tenancy of the instance (if the instance is running in a VPC).
|
copyapplyMutation, buildPlacement.Builder availabilityZone(String availabilityZone)
The Availability Zone of the instance.
availabilityZone - The Availability Zone of the instance.Placement.Builder affinity(String affinity)
The affinity setting for the instance on the Dedicated Host. This parameter is not supported for the ImportInstance command.
affinity - The affinity setting for the instance on the Dedicated Host. This parameter is not supported for the
ImportInstance command.Placement.Builder groupName(String groupName)
The name of the placement group the instance is in.
groupName - The name of the placement group the instance is in.Placement.Builder partitionNumber(Integer partitionNumber)
The number of the partition the instance is in. Valid only if the placement group strategy is set to
partition.
partitionNumber - The number of the partition the instance is in. Valid only if the placement group strategy is set to
partition.Placement.Builder hostId(String hostId)
The ID of the Dedicated Host on which the instance resides. This parameter is not supported for the ImportInstance command.
hostId - The ID of the Dedicated Host on which the instance resides. This parameter is not supported for the
ImportInstance command.Placement.Builder tenancy(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.
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.Tenancy,
TenancyPlacement.Builder tenancy(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. The host tenancy is not supported for the
ImportInstance command.
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.Tenancy,
TenancyPlacement.Builder spreadDomain(String spreadDomain)
Reserved for future use.
spreadDomain - Reserved for future use.Copyright © 2019. All rights reserved.