public static interface GetGroupsForCapacityReservationRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<GetGroupsForCapacityReservationRequest.Builder,GetGroupsForCapacityReservationRequest>
| Modifier and Type | Method and Description |
|---|---|
GetGroupsForCapacityReservationRequest.Builder |
capacityReservationId(String capacityReservationId)
The ID of the Capacity Reservation.
|
GetGroupsForCapacityReservationRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return for the request in a single page.
|
GetGroupsForCapacityReservationRequest.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
GetGroupsForCapacityReservationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetGroupsForCapacityReservationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetGroupsForCapacityReservationRequest.Builder capacityReservationId(String capacityReservationId)
The ID of the Capacity Reservation. If you specify a Capacity Reservation that is shared with you, the operation returns only Capacity Reservation groups that you own.
capacityReservationId - The ID of the Capacity Reservation. If you specify a Capacity Reservation that is shared with you, the
operation returns only Capacity Reservation groups that you own.GetGroupsForCapacityReservationRequest.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.GetGroupsForCapacityReservationRequest.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.
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.GetGroupsForCapacityReservationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetGroupsForCapacityReservationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.