public static interface CreateCapacityReservationFleetRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateCapacityReservationFleetRequest.Builder,CreateCapacityReservationFleetRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateCapacityReservationFleetRequest.Builder |
allocationStrategy(String allocationStrategy)
The strategy used by the Capacity Reservation Fleet to determine which of the specified instance types to
use.
|
CreateCapacityReservationFleetRequest.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateCapacityReservationFleetRequest.Builder |
endDate(Instant endDate)
The date and time at which the Capacity Reservation Fleet expires.
|
CreateCapacityReservationFleetRequest.Builder |
instanceMatchCriteria(FleetInstanceMatchCriteria instanceMatchCriteria)
Indicates the type of instance launches that the Capacity Reservation Fleet accepts.
|
CreateCapacityReservationFleetRequest.Builder |
instanceMatchCriteria(String instanceMatchCriteria)
Indicates the type of instance launches that the Capacity Reservation Fleet accepts.
|
CreateCapacityReservationFleetRequest.Builder |
instanceTypeSpecifications(Collection<ReservationFleetInstanceSpecification> instanceTypeSpecifications)
Information about the instance types for which to reserve the capacity.
|
CreateCapacityReservationFleetRequest.Builder |
instanceTypeSpecifications(Consumer<ReservationFleetInstanceSpecification.Builder>... instanceTypeSpecifications)
Information about the instance types for which to reserve the capacity.
|
CreateCapacityReservationFleetRequest.Builder |
instanceTypeSpecifications(ReservationFleetInstanceSpecification... instanceTypeSpecifications)
Information about the instance types for which to reserve the capacity.
|
CreateCapacityReservationFleetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateCapacityReservationFleetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateCapacityReservationFleetRequest.Builder |
tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the Capacity Reservation Fleet.
|
CreateCapacityReservationFleetRequest.Builder |
tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to assign to the Capacity Reservation Fleet.
|
CreateCapacityReservationFleetRequest.Builder |
tagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the Capacity Reservation Fleet.
|
CreateCapacityReservationFleetRequest.Builder |
tenancy(FleetCapacityReservationTenancy tenancy)
Indicates the tenancy of the Capacity Reservation Fleet.
|
CreateCapacityReservationFleetRequest.Builder |
tenancy(String tenancy)
Indicates the tenancy of the Capacity Reservation Fleet.
|
CreateCapacityReservationFleetRequest.Builder |
totalTargetCapacity(Integer totalTargetCapacity)
The total number of capacity units to be reserved by the Capacity Reservation Fleet.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateCapacityReservationFleetRequest.Builder allocationStrategy(String allocationStrategy)
The strategy used by the Capacity Reservation Fleet to determine which of the specified instance types to
use. Currently, only the prioritized allocation strategy is supported. For more information, see
Allocation strategy in the Amazon EC2 User Guide.
Valid values: prioritized
allocationStrategy - The strategy used by the Capacity Reservation Fleet to determine which of the specified instance types
to use. Currently, only the prioritized allocation strategy is supported. For more
information, see
Allocation strategy in the Amazon EC2 User Guide.
Valid values: prioritized
CreateCapacityReservationFleetRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensure Idempotency.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see Ensure
Idempotency.CreateCapacityReservationFleetRequest.Builder instanceTypeSpecifications(Collection<ReservationFleetInstanceSpecification> instanceTypeSpecifications)
Information about the instance types for which to reserve the capacity.
instanceTypeSpecifications - Information about the instance types for which to reserve the capacity.CreateCapacityReservationFleetRequest.Builder instanceTypeSpecifications(ReservationFleetInstanceSpecification... instanceTypeSpecifications)
Information about the instance types for which to reserve the capacity.
instanceTypeSpecifications - Information about the instance types for which to reserve the capacity.CreateCapacityReservationFleetRequest.Builder instanceTypeSpecifications(Consumer<ReservationFleetInstanceSpecification.Builder>... instanceTypeSpecifications)
Information about the instance types for which to reserve the capacity.
This is a convenience that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #instanceTypeSpecifications(List) .instanceTypeSpecifications - a consumer that will call methods on List.Builder #instanceTypeSpecifications(List) CreateCapacityReservationFleetRequest.Builder tenancy(String tenancy)
Indicates the tenancy of the Capacity Reservation Fleet. All Capacity Reservations in the Fleet inherit this tenancy. The Capacity Reservation Fleet can have one of the following tenancy settings:
default - The Capacity Reservation Fleet is created on hardware that is shared with other Amazon
Web Services accounts.
dedicated - The Capacity Reservations are created on single-tenant hardware that is dedicated to
a single Amazon Web Services account.
tenancy - Indicates the tenancy of the Capacity Reservation Fleet. All Capacity Reservations in the Fleet
inherit this tenancy. The Capacity Reservation Fleet can have one of the following tenancy
settings:
default - The Capacity Reservation Fleet is created on hardware that is shared with other
Amazon Web Services accounts.
dedicated - The Capacity Reservations are created on single-tenant hardware that is
dedicated to a single Amazon Web Services account.
FleetCapacityReservationTenancy,
FleetCapacityReservationTenancyCreateCapacityReservationFleetRequest.Builder tenancy(FleetCapacityReservationTenancy tenancy)
Indicates the tenancy of the Capacity Reservation Fleet. All Capacity Reservations in the Fleet inherit this tenancy. The Capacity Reservation Fleet can have one of the following tenancy settings:
default - The Capacity Reservation Fleet is created on hardware that is shared with other Amazon
Web Services accounts.
dedicated - The Capacity Reservations are created on single-tenant hardware that is dedicated to
a single Amazon Web Services account.
tenancy - Indicates the tenancy of the Capacity Reservation Fleet. All Capacity Reservations in the Fleet
inherit this tenancy. The Capacity Reservation Fleet can have one of the following tenancy
settings:
default - The Capacity Reservation Fleet is created on hardware that is shared with other
Amazon Web Services accounts.
dedicated - The Capacity Reservations are created on single-tenant hardware that is
dedicated to a single Amazon Web Services account.
FleetCapacityReservationTenancy,
FleetCapacityReservationTenancyCreateCapacityReservationFleetRequest.Builder totalTargetCapacity(Integer totalTargetCapacity)
The total number of capacity units to be reserved by the Capacity Reservation Fleet. This value, together with the instance type weights that you assign to each instance type used by the Fleet determine the number of instances for which the Fleet reserves capacity. Both values are based on units that make sense for your workload. For more information, see Total target capacity in the Amazon EC2 User Guide.
totalTargetCapacity - The total number of capacity units to be reserved by the Capacity Reservation Fleet. This value,
together with the instance type weights that you assign to each instance type used by the Fleet
determine the number of instances for which the Fleet reserves capacity. Both values are based on
units that make sense for your workload. For more information, see
Total target capacity in the Amazon EC2 User Guide.CreateCapacityReservationFleetRequest.Builder endDate(Instant endDate)
The date and time at which the Capacity Reservation Fleet expires. When the Capacity Reservation Fleet
expires, its state changes to expired and all of the Capacity Reservations in the Fleet expire.
The Capacity Reservation Fleet expires within an hour after the specified time. For example, if you specify
5/31/2019, 13:30:55, the Capacity Reservation Fleet is guaranteed to expire between
13:30:55 and 14:30:55 on 5/31/2019.
endDate - The date and time at which the Capacity Reservation Fleet expires. When the Capacity Reservation Fleet
expires, its state changes to expired and all of the Capacity Reservations in the Fleet
expire.
The Capacity Reservation Fleet expires within an hour after the specified time. For example, if you
specify 5/31/2019, 13:30:55, the Capacity Reservation Fleet is guaranteed to
expire between 13:30:55 and 14:30:55 on 5/31/2019.
CreateCapacityReservationFleetRequest.Builder instanceMatchCriteria(String instanceMatchCriteria)
Indicates the type of instance launches that the Capacity Reservation Fleet accepts. All Capacity Reservations in the Fleet inherit this instance matching criteria.
Currently, Capacity Reservation Fleets support open instance matching criteria only. This means
that instances that have matching attributes (instance type, platform, and Availability Zone) run in the
Capacity Reservations automatically. Instances do not need to explicitly target a Capacity Reservation Fleet
to use its reserved capacity.
instanceMatchCriteria - Indicates the type of instance launches that the Capacity Reservation Fleet accepts. All Capacity
Reservations in the Fleet inherit this instance matching criteria.
Currently, Capacity Reservation Fleets support open instance matching criteria only. This
means that instances that have matching attributes (instance type, platform, and Availability Zone)
run in the Capacity Reservations automatically. Instances do not need to explicitly target a Capacity
Reservation Fleet to use its reserved capacity.
FleetInstanceMatchCriteria,
FleetInstanceMatchCriteriaCreateCapacityReservationFleetRequest.Builder instanceMatchCriteria(FleetInstanceMatchCriteria instanceMatchCriteria)
Indicates the type of instance launches that the Capacity Reservation Fleet accepts. All Capacity Reservations in the Fleet inherit this instance matching criteria.
Currently, Capacity Reservation Fleets support open instance matching criteria only. This means
that instances that have matching attributes (instance type, platform, and Availability Zone) run in the
Capacity Reservations automatically. Instances do not need to explicitly target a Capacity Reservation Fleet
to use its reserved capacity.
instanceMatchCriteria - Indicates the type of instance launches that the Capacity Reservation Fleet accepts. All Capacity
Reservations in the Fleet inherit this instance matching criteria.
Currently, Capacity Reservation Fleets support open instance matching criteria only. This
means that instances that have matching attributes (instance type, platform, and Availability Zone)
run in the Capacity Reservations automatically. Instances do not need to explicitly target a Capacity
Reservation Fleet to use its reserved capacity.
FleetInstanceMatchCriteria,
FleetInstanceMatchCriteriaCreateCapacityReservationFleetRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the Capacity Reservation Fleet. The tags are automatically assigned to the Capacity Reservations in the Fleet.
tagSpecifications - The tags to assign to the Capacity Reservation Fleet. The tags are automatically assigned to the
Capacity Reservations in the Fleet.CreateCapacityReservationFleetRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the Capacity Reservation Fleet. The tags are automatically assigned to the Capacity Reservations in the Fleet.
tagSpecifications - The tags to assign to the Capacity Reservation Fleet. The tags are automatically assigned to the
Capacity Reservations in the Fleet.CreateCapacityReservationFleetRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to assign to the Capacity Reservation Fleet. The tags are automatically assigned to the Capacity Reservations in the Fleet.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #tagSpecifications(List) .tagSpecifications - a consumer that will call methods on List.Builder #tagSpecifications(List) CreateCapacityReservationFleetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateCapacityReservationFleetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.