Constructor and Description |
---|
Builder() |
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 |
build() |
Placement.Builder |
copy(Placement model) |
Placement.Builder |
groupName(String groupName)
The name of the placement group the instance is in.
|
Placement.Builder |
hostKey(String hostKey)
The ID of the Dedicated Host on which the instance resides.
|
Placement.Builder |
hostResourceGroupArn(String hostResourceGroupArn)
The ARN of the host resource group in which to launch the instances.
|
Placement.Builder |
partitionNumber(Integer partitionNumber)
The number of the partition that 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).
|
public Placement.Builder affinity(String affinity)
The affinity setting for the instance on the Dedicated Host.
affinity
- the value to setpublic Placement.Builder availabilityZone(String availabilityZone)
The Availability Zone of the instance.
availabilityZone
- the value to setpublic Placement.Builder groupName(String groupName)
The name of the placement group the instance is in.
groupName
- the value to setpublic Placement.Builder hostKey(String hostKey)
The ID of the Dedicated Host on which the instance resides.
hostKey
- the value to setpublic Placement.Builder hostResourceGroupArn(String hostResourceGroupArn)
The ARN of the host resource group in which to launch the instances.
hostResourceGroupArn
- the value to setpublic Placement.Builder partitionNumber(Integer partitionNumber)
The number of the partition that the instance is in.
partitionNumber
- the value to setpublic Placement.Builder spreadDomain(String spreadDomain)
Reserved for future use.
spreadDomain
- the value to setpublic Placement.Builder tenancy(String tenancy)
The tenancy of the instance (if the instance is running in a VPC).
tenancy
- the value to setpublic Placement build()
public Placement.Builder copy(Placement model)
Copyright © 2016–2024. All rights reserved.