Interface ReservedCapacityFallbackOptions.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ReservedCapacityFallbackOptions.Builder,ReservedCapacityFallbackOptions>, SdkBuilder<ReservedCapacityFallbackOptions.Builder,ReservedCapacityFallbackOptions>, SdkPojo
Enclosing class:
ReservedCapacityFallbackOptions

@Mutable @NotThreadSafe public static interface ReservedCapacityFallbackOptions.Builder extends SdkPojo, CopyableBuilder<ReservedCapacityFallbackOptions.Builder,ReservedCapacityFallbackOptions>
  • Method Details

    • marketTypesWithStrings

      ReservedCapacityFallbackOptions.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 is on-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

      ReservedCapacityFallbackOptions.Builder marketTypesWithStrings(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 is on-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

      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 is on-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

      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 is on-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.