public static interface ListServicesRequest.Builder extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<ListServicesRequest.Builder,ListServicesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListServicesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of services to list.
|
ListServicesRequest.Builder |
nextToken(String nextToken)
A token that indicates the location of the next service in the array of services, after the list of services
that was previously requested.
|
ListServicesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListServicesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListServicesRequest.Builder maxResults(Integer maxResults)
The maximum number of services to list.
maxResults - The maximum number of services to list.ListServicesRequest.Builder nextToken(String nextToken)
A token that indicates the location of the next service in the array of services, after the list of services that was previously requested.
nextToken - A token that indicates the location of the next service in the array of services, after the list of
services that was previously requested.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.