Interface FleetCapacityReservationTargetRequest.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FleetCapacityReservationTargetRequest.Builder,,FleetCapacityReservationTargetRequest> SdkBuilder<FleetCapacityReservationTargetRequest.Builder,,FleetCapacityReservationTargetRequest> SdkPojo
- Enclosing class:
FleetCapacityReservationTargetRequest
@Mutable
@NotThreadSafe
public static interface FleetCapacityReservationTargetRequest.Builder
extends SdkPojo, CopyableBuilder<FleetCapacityReservationTargetRequest.Builder,FleetCapacityReservationTargetRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncapacityReservationIds(String... capacityReservationIds) The IDs of the Capacity Reservations in which to launch the instances.capacityReservationIds(Collection<String> capacityReservationIds) The IDs of the Capacity Reservations in which to launch the instances.capacityReservationResourceGroupArns(String... capacityReservationResourceGroupArns) The ARNs of the Capacity Reservation Resource Groups in which to launch the instances.capacityReservationResourceGroupArns(Collection<String> capacityReservationResourceGroupArns) The ARNs of the Capacity Reservation Resource Groups in which to launch the instances.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
capacityReservationIds
FleetCapacityReservationTargetRequest.Builder capacityReservationIds(Collection<String> capacityReservationIds) The IDs of the Capacity Reservations in which to launch the instances.
- Parameters:
capacityReservationIds- The IDs of the Capacity Reservations in which to launch the instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capacityReservationIds
FleetCapacityReservationTargetRequest.Builder capacityReservationIds(String... capacityReservationIds) The IDs of the Capacity Reservations in which to launch the instances.
- Parameters:
capacityReservationIds- The IDs of the Capacity Reservations in which to launch the instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capacityReservationResourceGroupArns
FleetCapacityReservationTargetRequest.Builder capacityReservationResourceGroupArns(Collection<String> capacityReservationResourceGroupArns) The ARNs of the Capacity Reservation Resource Groups in which to launch the instances.
- Parameters:
capacityReservationResourceGroupArns- The ARNs of the Capacity Reservation Resource Groups in which to launch the instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capacityReservationResourceGroupArns
FleetCapacityReservationTargetRequest.Builder capacityReservationResourceGroupArns(String... capacityReservationResourceGroupArns) The ARNs of the Capacity Reservation Resource Groups in which to launch the instances.
- Parameters:
capacityReservationResourceGroupArns- The ARNs of the Capacity Reservation Resource Groups in which to launch the instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-