Interface ReservedCapacityFallbackOptionsRequest.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ReservedCapacityFallbackOptionsRequest.Builder,,ReservedCapacityFallbackOptionsRequest> SdkBuilder<ReservedCapacityFallbackOptionsRequest.Builder,,ReservedCapacityFallbackOptionsRequest> SdkPojo
- Enclosing class:
ReservedCapacityFallbackOptionsRequest
-
Method Summary
Modifier and TypeMethodDescriptionmarketTypes(Collection<ReservedCapacityFallbackMarketType> marketTypes) The instance purchasing options to fall back to when the reserved capacity is not enough to meet the target capacity.marketTypes(ReservedCapacityFallbackMarketType... marketTypes) The instance purchasing options to fall back to when the reserved capacity is not enough to meet the target capacity.marketTypesWithStrings(String... marketTypes) The instance purchasing options to fall back to when the reserved capacity is not enough to meet the target capacity.marketTypesWithStrings(Collection<String> marketTypes) The instance purchasing options to fall back to when the reserved capacity is not enough to meet the target capacity.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
-
marketTypesWithStrings
ReservedCapacityFallbackOptionsRequest.Builder marketTypesWithStrings(Collection<String> marketTypes) The instance purchasing options to fall back to when the reserved capacity is not enough to meet the target capacity. The only supported value is
on-demand, which launches On-Demand Instances to fulfill the remaining target capacity.- Parameters:
marketTypes- The instance purchasing options to fall back to when the reserved capacity is not enough to meet the target capacity. The only supported value ison-demand, which launches On-Demand Instances to fulfill the remaining target capacity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marketTypesWithStrings
The instance purchasing options to fall back to when the reserved capacity is not enough to meet the target capacity. The only supported value is
on-demand, which launches On-Demand Instances to fulfill the remaining target capacity.- Parameters:
marketTypes- The instance purchasing options to fall back to when the reserved capacity is not enough to meet the target capacity. The only supported value ison-demand, which launches On-Demand Instances to fulfill the remaining target capacity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marketTypes
ReservedCapacityFallbackOptionsRequest.Builder marketTypes(Collection<ReservedCapacityFallbackMarketType> marketTypes) The instance purchasing options to fall back to when the reserved capacity is not enough to meet the target capacity. The only supported value is
on-demand, which launches On-Demand Instances to fulfill the remaining target capacity.- Parameters:
marketTypes- The instance purchasing options to fall back to when the reserved capacity is not enough to meet the target capacity. The only supported value ison-demand, which launches On-Demand Instances to fulfill the remaining target capacity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marketTypes
ReservedCapacityFallbackOptionsRequest.Builder marketTypes(ReservedCapacityFallbackMarketType... marketTypes) The instance purchasing options to fall back to when the reserved capacity is not enough to meet the target capacity. The only supported value is
on-demand, which launches On-Demand Instances to fulfill the remaining target capacity.- Parameters:
marketTypes- The instance purchasing options to fall back to when the reserved capacity is not enough to meet the target capacity. The only supported value ison-demand, which launches On-Demand Instances to fulfill the remaining target capacity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-