public static interface ListCidrCollectionsRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<ListCidrCollectionsRequest.Builder,ListCidrCollectionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListCidrCollectionsRequest.Builder |
maxResults(String maxResults)
The maximum number of CIDR collections to return in the response.
|
ListCidrCollectionsRequest.Builder |
nextToken(String nextToken)
An opaque pagination token to indicate where the service is to begin enumerating results.
|
ListCidrCollectionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCidrCollectionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCidrCollectionsRequest.Builder nextToken(String nextToken)
An opaque pagination token to indicate where the service is to begin enumerating results.
If no value is provided, the listing of results starts from the beginning.
nextToken - An opaque pagination token to indicate where the service is to begin enumerating results.
If no value is provided, the listing of results starts from the beginning.
ListCidrCollectionsRequest.Builder maxResults(String maxResults)
The maximum number of CIDR collections to return in the response.
maxResults - The maximum number of CIDR collections to return in the response.ListCidrCollectionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListCidrCollectionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.