public static interface ListServicesRequest.Builder extends ServiceQuotasRequest.Builder, SdkPojo, CopyableBuilder<ListServicesRequest.Builder,ListServicesRequest>
Modifier and Type | Method and Description |
---|---|
ListServicesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListServicesRequest.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
ListServicesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListServicesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListServicesRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.ListServicesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, if any, make another call with the token returned from this call.
maxResults
- The maximum number of results to return with a single call. To retrieve the remaining results, if any,
make another call with the token returned from this call.ListServicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListServicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.