| 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.
|
Placement.Builder |
Placement.Builder.hostId(String hostId)
The ID of the Dedicated Host on which the instance resides.
|
Placement.Builder |
Placement.Builder.hostResourceGroupArn(String hostResourceGroupArn)
The ARN of the host resource group in which to launch the instances.
|
Placement.Builder |
Placement.Builder.partitionNumber(Integer partitionNumber)
The number of the partition the instance is in.
|
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() |
| Modifier and Type | Method and Description |
|---|---|
default FleetLaunchTemplateOverridesRequest.Builder |
FleetLaunchTemplateOverridesRequest.Builder.placement(Consumer<Placement.Builder> placement)
The location where the instance launched, if applicable.
|
default ImportInstanceLaunchSpecification.Builder |
ImportInstanceLaunchSpecification.Builder.placement(Consumer<Placement.Builder> placement)
The placement information for the instance.
|
default Instance.Builder |
Instance.Builder.placement(Consumer<Placement.Builder> placement)
The location where the instance launched, if applicable.
|
default RunInstancesRequest.Builder |
RunInstancesRequest.Builder.placement(Consumer<Placement.Builder> placement)
The placement for the instance.
|
Copyright © 2021. All rights reserved.