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 |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
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 dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.GetCapacityReservationUsageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetCapacityReservationUsageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.