Interface CapacityReservationSpecification.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CapacityReservationSpecification.Builder,CapacityReservationSpecification>,SdkBuilder<CapacityReservationSpecification.Builder,CapacityReservationSpecification>,SdkPojo
- Enclosing class:
- CapacityReservationSpecification
public static interface CapacityReservationSpecification.Builder extends SdkPojo, CopyableBuilder<CapacityReservationSpecification.Builder,CapacityReservationSpecification>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CapacityReservationSpecification.BuildercapacityReservationPreference(String capacityReservationPreference)The capacity reservation preference.CapacityReservationSpecification.BuildercapacityReservationPreference(CapacityReservationPreference capacityReservationPreference)The capacity reservation preference.default CapacityReservationSpecification.BuildercapacityReservationTarget(Consumer<CapacityReservationTarget.Builder> capacityReservationTarget)Describes a target Capacity Reservation or Capacity Reservation resource group.CapacityReservationSpecification.BuildercapacityReservationTarget(CapacityReservationTarget capacityReservationTarget)Describes a target Capacity Reservation or Capacity Reservation resource 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
capacityReservationPreference
CapacityReservationSpecification.Builder capacityReservationPreference(String capacityReservationPreference)
The capacity reservation preference. The following options are available:
-
capacity-reservations-only- Auto Scaling will only launch instances into a Capacity Reservation or Capacity Reservation resource group. If capacity isn't available, instances will fail to launch. -
capacity-reservations-first- Auto Scaling will try to launch instances into a Capacity Reservation or Capacity Reservation resource group first. If capacity isn't available, instances will run in On-Demand capacity. -
none- Auto Scaling will not launch instances into a Capacity Reservation. Instances will run in On-Demand capacity. -
default- Auto Scaling uses the Capacity Reservation preference from your launch template or an open Capacity Reservation.
- Parameters:
capacityReservationPreference- The capacity reservation preference. The following options are available:-
capacity-reservations-only- Auto Scaling will only launch instances into a Capacity Reservation or Capacity Reservation resource group. If capacity isn't available, instances will fail to launch. -
capacity-reservations-first- Auto Scaling will try to launch instances into a Capacity Reservation or Capacity Reservation resource group first. If capacity isn't available, instances will run in On-Demand capacity. -
none- Auto Scaling will not launch instances into a Capacity Reservation. Instances will run in On-Demand capacity. -
default- Auto Scaling uses the Capacity Reservation preference from your launch template or an open Capacity Reservation.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapacityReservationPreference,CapacityReservationPreference
-
-
capacityReservationPreference
CapacityReservationSpecification.Builder capacityReservationPreference(CapacityReservationPreference capacityReservationPreference)
The capacity reservation preference. The following options are available:
-
capacity-reservations-only- Auto Scaling will only launch instances into a Capacity Reservation or Capacity Reservation resource group. If capacity isn't available, instances will fail to launch. -
capacity-reservations-first- Auto Scaling will try to launch instances into a Capacity Reservation or Capacity Reservation resource group first. If capacity isn't available, instances will run in On-Demand capacity. -
none- Auto Scaling will not launch instances into a Capacity Reservation. Instances will run in On-Demand capacity. -
default- Auto Scaling uses the Capacity Reservation preference from your launch template or an open Capacity Reservation.
- Parameters:
capacityReservationPreference- The capacity reservation preference. The following options are available:-
capacity-reservations-only- Auto Scaling will only launch instances into a Capacity Reservation or Capacity Reservation resource group. If capacity isn't available, instances will fail to launch. -
capacity-reservations-first- Auto Scaling will try to launch instances into a Capacity Reservation or Capacity Reservation resource group first. If capacity isn't available, instances will run in On-Demand capacity. -
none- Auto Scaling will not launch instances into a Capacity Reservation. Instances will run in On-Demand capacity. -
default- Auto Scaling uses the Capacity Reservation preference from your launch template or an open Capacity Reservation.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapacityReservationPreference,CapacityReservationPreference
-
-
capacityReservationTarget
CapacityReservationSpecification.Builder capacityReservationTarget(CapacityReservationTarget capacityReservationTarget)
Describes a target Capacity Reservation or Capacity Reservation resource group.
- Parameters:
capacityReservationTarget- Describes a target Capacity Reservation or Capacity Reservation resource group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capacityReservationTarget
default CapacityReservationSpecification.Builder capacityReservationTarget(Consumer<CapacityReservationTarget.Builder> capacityReservationTarget)
Describes a target Capacity Reservation or Capacity Reservation resource group.
This is a convenience method that creates an instance of theCapacityReservationTarget.Builderavoiding the need to create one manually viaCapacityReservationTarget.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocapacityReservationTarget(CapacityReservationTarget).- Parameters:
capacityReservationTarget- a consumer that will call methods onCapacityReservationTarget.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
capacityReservationTarget(CapacityReservationTarget)
-
-