Interface ScheduledInstancesPlacement.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ScheduledInstancesPlacement.Builder,
,ScheduledInstancesPlacement> SdkBuilder<ScheduledInstancesPlacement.Builder,
,ScheduledInstancesPlacement> SdkPojo
- Enclosing class:
ScheduledInstancesPlacement
public static interface ScheduledInstancesPlacement.Builder
extends SdkPojo, CopyableBuilder<ScheduledInstancesPlacement.Builder,ScheduledInstancesPlacement>
-
Method Summary
Modifier and TypeMethodDescriptionavailabilityZone
(String availabilityZone) The Availability Zone.The name of the placement group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
availabilityZone
The Availability Zone.
- Parameters:
availabilityZone
- The Availability Zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupName
The name of the placement group.
- Parameters:
groupName
- The name of the placement group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-