public static interface GetCapacityReservationUsageRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<GetCapacityReservationUsageRequest.Builder,GetCapacityReservationUsageRequest>
| Modifier and Type | Method and Description |
|---|---|
GetCapacityReservationUsageRequest.Builder |
capacityReservationId(String capacityReservationId)
The ID of the Capacity Reservation.
|
GetCapacityReservationUsageRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return for the request in a single page.
|
GetCapacityReservationUsageRequest.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
GetCapacityReservationUsageRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetCapacityReservationUsageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCapacityReservationUsageRequest.Builder capacityReservationId(String capacityReservationId)
The ID of the Capacity Reservation.
capacityReservationId - The ID of the Capacity Reservation.GetCapacityReservationUsageRequest.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results.
nextToken - The token to use to retrieve the next page of results.GetCapacityReservationUsageRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return for the request in a single page. The remaining results can be seen
by sending another request with the returned nextToken value. This value can be between 5 and
500. If maxResults is given a larger value than 500, you receive an error.
Valid range: Minimum value of 1. Maximum value of 1000.
maxResults - The maximum number of results to return for the request in a single page. The remaining results can be
seen by sending another request with the returned nextToken value. This value can be
between 5 and 500. If maxResults is given a larger value than 500, you receive an
error.
Valid range: Minimum value of 1. Maximum value of 1000.
GetCapacityReservationUsageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetCapacityReservationUsageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.