Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
OnDemandCapacityReservationOptions |
OnDemandCapacityReservationOptions.clone() |
OnDemandCapacityReservationOptions |
OnDemandProvisioningSpecification.getCapacityReservationOptions()
The launch specification for On-Demand instances in the instance fleet, which determines the allocation strategy.
|
OnDemandCapacityReservationOptions |
OnDemandCapacityReservationOptions.withCapacityReservationPreference(OnDemandCapacityReservationPreference capacityReservationPreference)
Indicates the instance's Capacity Reservation preferences.
|
OnDemandCapacityReservationOptions |
OnDemandCapacityReservationOptions.withCapacityReservationPreference(String capacityReservationPreference)
Indicates the instance's Capacity Reservation preferences.
|
OnDemandCapacityReservationOptions |
OnDemandCapacityReservationOptions.withCapacityReservationResourceGroupArn(String capacityReservationResourceGroupArn)
The ARN of the Capacity Reservation resource group in which to run the instance.
|
OnDemandCapacityReservationOptions |
OnDemandCapacityReservationOptions.withUsageStrategy(OnDemandCapacityReservationUsageStrategy usageStrategy)
Indicates whether to use unused Capacity Reservations for fulfilling On-Demand capacity.
|
OnDemandCapacityReservationOptions |
OnDemandCapacityReservationOptions.withUsageStrategy(String usageStrategy)
Indicates whether to use unused Capacity Reservations for fulfilling On-Demand capacity.
|
Modifier and Type | Method and Description |
---|---|
void |
OnDemandProvisioningSpecification.setCapacityReservationOptions(OnDemandCapacityReservationOptions capacityReservationOptions)
The launch specification for On-Demand instances in the instance fleet, which determines the allocation strategy.
|
OnDemandProvisioningSpecification |
OnDemandProvisioningSpecification.withCapacityReservationOptions(OnDemandCapacityReservationOptions capacityReservationOptions)
The launch specification for On-Demand instances in the instance fleet, which determines the allocation strategy.
|
Copyright © 2023. All rights reserved.