| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
Placement.Builder |
Placement.Builder.affinity(String affinity)
The affinity setting for the instance on the Dedicated Host.
|
Placement.Builder |
Placement.Builder.availabilityZone(String availabilityZone)
The Availability Zone of the instance.
|
static Placement.Builder |
Placement.builder() |
Placement.Builder |
Placement.Builder.groupName(String groupName)
The name of the placement group the instance is in (for cluster compute instances).
|
Placement.Builder |
Placement.Builder.hostId(String hostId)
The ID of the Dedicated Host on which the instance resides.
|
Placement.Builder |
Placement.Builder.spreadDomain(String spreadDomain)
Reserved for future use.
|
Placement.Builder |
Placement.Builder.tenancy(String tenancy)
The tenancy of the instance (if the instance is running in a VPC).
|
Placement.Builder |
Placement.Builder.tenancy(Tenancy tenancy)
The tenancy of the instance (if the instance is running in a VPC).
|
Placement.Builder |
Placement.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Placement.Builder> |
Placement.serializableBuilderClass() |
Copyright © 2017. All rights reserved.