public static interface FleetCapacityReservation.Builder extends SdkPojo, CopyableBuilder<FleetCapacityReservation.Builder,FleetCapacityReservation>
| Modifier and Type | Method and Description |
|---|---|
FleetCapacityReservation.Builder |
availabilityZone(String availabilityZone)
The Availability Zone in which the Capacity Reservation reserves capacity.
|
FleetCapacityReservation.Builder |
availabilityZoneId(String availabilityZoneId)
The ID of the Availability Zone in which the Capacity Reservation reserves capacity.
|
FleetCapacityReservation.Builder |
capacityReservationId(String capacityReservationId)
The ID of the Capacity Reservation.
|
FleetCapacityReservation.Builder |
createDate(Instant createDate)
The date and time at which the Capacity Reservation was created.
|
FleetCapacityReservation.Builder |
ebsOptimized(Boolean ebsOptimized)
Indicates whether the Capacity Reservation reserves capacity for EBS-optimized instance types.
|
FleetCapacityReservation.Builder |
fulfilledCapacity(Double fulfilledCapacity)
The number of capacity units fulfilled by the Capacity Reservation.
|
FleetCapacityReservation.Builder |
instancePlatform(CapacityReservationInstancePlatform instancePlatform)
The type of operating system for which the Capacity Reservation reserves capacity.
|
FleetCapacityReservation.Builder |
instancePlatform(String instancePlatform)
The type of operating system for which the Capacity Reservation reserves capacity.
|
FleetCapacityReservation.Builder |
instanceType(InstanceType instanceType)
The instance type for which the Capacity Reservation reserves capacity.
|
FleetCapacityReservation.Builder |
instanceType(String instanceType)
The instance type for which the Capacity Reservation reserves capacity.
|
FleetCapacityReservation.Builder |
priority(Integer priority)
The priority of the instance type in the Capacity Reservation Fleet.
|
FleetCapacityReservation.Builder |
totalInstanceCount(Integer totalInstanceCount)
The total number of instances for which the Capacity Reservation reserves capacity.
|
FleetCapacityReservation.Builder |
weight(Double weight)
The weight of the instance type in the Capacity Reservation Fleet.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFleetCapacityReservation.Builder capacityReservationId(String capacityReservationId)
The ID of the Capacity Reservation.
capacityReservationId - The ID of the Capacity Reservation.FleetCapacityReservation.Builder availabilityZoneId(String availabilityZoneId)
The ID of the Availability Zone in which the Capacity Reservation reserves capacity.
availabilityZoneId - The ID of the Availability Zone in which the Capacity Reservation reserves capacity.FleetCapacityReservation.Builder instanceType(String instanceType)
The instance type for which the Capacity Reservation reserves capacity.
instanceType - The instance type for which the Capacity Reservation reserves capacity.InstanceType,
InstanceTypeFleetCapacityReservation.Builder instanceType(InstanceType instanceType)
The instance type for which the Capacity Reservation reserves capacity.
instanceType - The instance type for which the Capacity Reservation reserves capacity.InstanceType,
InstanceTypeFleetCapacityReservation.Builder instancePlatform(String instancePlatform)
The type of operating system for which the Capacity Reservation reserves capacity.
instancePlatform - The type of operating system for which the Capacity Reservation reserves capacity.CapacityReservationInstancePlatform,
CapacityReservationInstancePlatformFleetCapacityReservation.Builder instancePlatform(CapacityReservationInstancePlatform instancePlatform)
The type of operating system for which the Capacity Reservation reserves capacity.
instancePlatform - The type of operating system for which the Capacity Reservation reserves capacity.CapacityReservationInstancePlatform,
CapacityReservationInstancePlatformFleetCapacityReservation.Builder availabilityZone(String availabilityZone)
The Availability Zone in which the Capacity Reservation reserves capacity.
availabilityZone - The Availability Zone in which the Capacity Reservation reserves capacity.FleetCapacityReservation.Builder totalInstanceCount(Integer totalInstanceCount)
The total number of instances for which the Capacity Reservation reserves capacity.
totalInstanceCount - The total number of instances for which the Capacity Reservation reserves capacity.FleetCapacityReservation.Builder fulfilledCapacity(Double fulfilledCapacity)
The number of capacity units fulfilled by the Capacity Reservation. For more information, see Total target capacity in the Amazon EC2 User Guide.
fulfilledCapacity - The number of capacity units fulfilled by the Capacity Reservation. For more information, see
Total target capacity in the Amazon EC2 User Guide.FleetCapacityReservation.Builder ebsOptimized(Boolean ebsOptimized)
Indicates whether the Capacity Reservation reserves capacity for EBS-optimized instance types.
ebsOptimized - Indicates whether the Capacity Reservation reserves capacity for EBS-optimized instance types.FleetCapacityReservation.Builder createDate(Instant createDate)
The date and time at which the Capacity Reservation was created.
createDate - The date and time at which the Capacity Reservation was created.FleetCapacityReservation.Builder weight(Double weight)
The weight of the instance type in the Capacity Reservation Fleet. For more information, see Instance type weight in the Amazon EC2 User Guide.
weight - The weight of the instance type in the Capacity Reservation Fleet. For more information, see
Instance type weight in the Amazon EC2 User Guide.FleetCapacityReservation.Builder priority(Integer priority)
The priority of the instance type in the Capacity Reservation Fleet. For more information, see Instance type priority in the Amazon EC2 User Guide.
priority - The priority of the instance type in the Capacity Reservation Fleet. For more information, see
Instance type priority in the Amazon EC2 User Guide.Copyright © 2022. All rights reserved.