public static interface GetCapacityReservationUsageResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetCapacityReservationUsageResponse.Builder,GetCapacityReservationUsageResponse>
| Modifier and Type | Method and Description |
|---|---|
GetCapacityReservationUsageResponse.Builder |
availableInstanceCount(Integer availableInstanceCount)
The remaining capacity.
|
GetCapacityReservationUsageResponse.Builder |
capacityReservationId(String capacityReservationId)
The ID of the Capacity Reservation.
|
GetCapacityReservationUsageResponse.Builder |
instanceType(String instanceType)
The type of instance for which the Capacity Reservation reserves capacity.
|
GetCapacityReservationUsageResponse.Builder |
instanceUsages(Collection<InstanceUsage> instanceUsages)
Information about the Capacity Reservation usage.
|
GetCapacityReservationUsageResponse.Builder |
instanceUsages(Consumer<InstanceUsage.Builder>... instanceUsages)
Information about the Capacity Reservation usage.
|
GetCapacityReservationUsageResponse.Builder |
instanceUsages(InstanceUsage... instanceUsages)
Information about the Capacity Reservation usage.
|
GetCapacityReservationUsageResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
GetCapacityReservationUsageResponse.Builder |
state(CapacityReservationState state)
The current state of the Capacity Reservation.
|
GetCapacityReservationUsageResponse.Builder |
state(String state)
The current state of the Capacity Reservation.
|
GetCapacityReservationUsageResponse.Builder |
totalInstanceCount(Integer totalInstanceCount)
The number of instances for which the Capacity Reservation reserves capacity.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCapacityReservationUsageResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.GetCapacityReservationUsageResponse.Builder capacityReservationId(String capacityReservationId)
The ID of the Capacity Reservation.
capacityReservationId - The ID of the Capacity Reservation.GetCapacityReservationUsageResponse.Builder instanceType(String instanceType)
The type of instance for which the Capacity Reservation reserves capacity.
instanceType - The type of instance for which the Capacity Reservation reserves capacity.GetCapacityReservationUsageResponse.Builder totalInstanceCount(Integer totalInstanceCount)
The number of instances for which the Capacity Reservation reserves capacity.
totalInstanceCount - The number of instances for which the Capacity Reservation reserves capacity.GetCapacityReservationUsageResponse.Builder availableInstanceCount(Integer availableInstanceCount)
The remaining capacity. Indicates the number of instances that can be launched in the Capacity Reservation.
availableInstanceCount - The remaining capacity. Indicates the number of instances that can be launched in the Capacity
Reservation.GetCapacityReservationUsageResponse.Builder state(String state)
The current state of the Capacity Reservation. A Capacity Reservation can be in one of the following states:
active - The Capacity Reservation is active and the capacity is available for your use.
expired - The Capacity Reservation expired automatically at the date and time specified in your
request. The reserved capacity is no longer available for your use.
cancelled - The Capacity Reservation was cancelled. The reserved capacity is no longer available
for your use.
pending - The Capacity Reservation request was successful but the capacity provisioning is still
pending.
failed - The Capacity Reservation request has failed. A request might fail due to invalid
request parameters, capacity constraints, or instance limit constraints. Failed requests are retained for 60
minutes.
state - The current state of the Capacity Reservation. A Capacity Reservation can be in one of the following
states:
active - The Capacity Reservation is active and the capacity is available for your use.
expired - The Capacity Reservation expired automatically at the date and time specified
in your request. The reserved capacity is no longer available for your use.
cancelled - The Capacity Reservation was cancelled. The reserved capacity is no longer
available for your use.
pending - The Capacity Reservation request was successful but the capacity provisioning
is still pending.
failed - The Capacity Reservation request has failed. A request might fail due to invalid
request parameters, capacity constraints, or instance limit constraints. Failed requests are retained
for 60 minutes.
CapacityReservationState,
CapacityReservationStateGetCapacityReservationUsageResponse.Builder state(CapacityReservationState state)
The current state of the Capacity Reservation. A Capacity Reservation can be in one of the following states:
active - The Capacity Reservation is active and the capacity is available for your use.
expired - The Capacity Reservation expired automatically at the date and time specified in your
request. The reserved capacity is no longer available for your use.
cancelled - The Capacity Reservation was cancelled. The reserved capacity is no longer available
for your use.
pending - The Capacity Reservation request was successful but the capacity provisioning is still
pending.
failed - The Capacity Reservation request has failed. A request might fail due to invalid
request parameters, capacity constraints, or instance limit constraints. Failed requests are retained for 60
minutes.
state - The current state of the Capacity Reservation. A Capacity Reservation can be in one of the following
states:
active - The Capacity Reservation is active and the capacity is available for your use.
expired - The Capacity Reservation expired automatically at the date and time specified
in your request. The reserved capacity is no longer available for your use.
cancelled - The Capacity Reservation was cancelled. The reserved capacity is no longer
available for your use.
pending - The Capacity Reservation request was successful but the capacity provisioning
is still pending.
failed - The Capacity Reservation request has failed. A request might fail due to invalid
request parameters, capacity constraints, or instance limit constraints. Failed requests are retained
for 60 minutes.
CapacityReservationState,
CapacityReservationStateGetCapacityReservationUsageResponse.Builder instanceUsages(Collection<InstanceUsage> instanceUsages)
Information about the Capacity Reservation usage.
instanceUsages - Information about the Capacity Reservation usage.GetCapacityReservationUsageResponse.Builder instanceUsages(InstanceUsage... instanceUsages)
Information about the Capacity Reservation usage.
instanceUsages - Information about the Capacity Reservation usage.GetCapacityReservationUsageResponse.Builder instanceUsages(Consumer<InstanceUsage.Builder>... instanceUsages)
Information about the Capacity Reservation usage.
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 #instanceUsages(List) .instanceUsages - a consumer that will call methods on List.Builder #instanceUsages(List) Copyright © 2021. All rights reserved.