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) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetGroupsForCapacityReservationRequest.Builder capacityReservationId(String capacityReservationId)
The ID of the Capacity Reservation.
capacityReservationId
- The ID of the Capacity Reservation.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.Builder
GetGroupsForCapacityReservationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.