Interface ReservedCapacityOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ReservedCapacityOptions.Builder,,ReservedCapacityOptions> SdkBuilder<ReservedCapacityOptions.Builder,,ReservedCapacityOptions> SdkPojo
- Enclosing class:
ReservedCapacityOptions
@Mutable
@NotThreadSafe
public static interface ReservedCapacityOptions.Builder
extends SdkPojo, CopyableBuilder<ReservedCapacityOptions.Builder,ReservedCapacityOptions>
-
Method Summary
Modifier and TypeMethodDescriptionreservationTypes(Collection<FleetReservationType> reservationTypes) The types of Capacity Reservations used for fulfilling the EC2 Fleet request.reservationTypes(FleetReservationType... reservationTypes) The types of Capacity Reservations used for fulfilling the EC2 Fleet request.reservationTypesWithStrings(String... reservationTypes) The types of Capacity Reservations used for fulfilling the EC2 Fleet request.reservationTypesWithStrings(Collection<String> reservationTypes) The types of Capacity Reservations used for fulfilling the EC2 Fleet request.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
-
reservationTypesWithStrings
The types of Capacity Reservations used for fulfilling the EC2 Fleet request.
- Parameters:
reservationTypes- The types of Capacity Reservations used for fulfilling the EC2 Fleet request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reservationTypesWithStrings
The types of Capacity Reservations used for fulfilling the EC2 Fleet request.
- Parameters:
reservationTypes- The types of Capacity Reservations used for fulfilling the EC2 Fleet request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reservationTypes
The types of Capacity Reservations used for fulfilling the EC2 Fleet request.
- Parameters:
reservationTypes- The types of Capacity Reservations used for fulfilling the EC2 Fleet request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reservationTypes
The types of Capacity Reservations used for fulfilling the EC2 Fleet request.
- Parameters:
reservationTypes- The types of Capacity Reservations used for fulfilling the EC2 Fleet request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-