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) |
ListServicesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListServicesRequest.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)
overrideConfiguration in interface AwsRequest.BuilderListServicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.