public static interface ListCidrLocationsRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<ListCidrLocationsRequest.Builder,ListCidrLocationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListCidrLocationsRequest.Builder |
collectionId(String collectionId)
The CIDR collection ID.
|
ListCidrLocationsRequest.Builder |
maxResults(String maxResults)
The maximum number of CIDR collection locations to return in the response.
|
ListCidrLocationsRequest.Builder |
nextToken(String nextToken)
An opaque pagination token to indicate where the service is to begin enumerating results.
|
ListCidrLocationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCidrLocationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCidrLocationsRequest.Builder collectionId(String collectionId)
The CIDR collection ID.
collectionId - The CIDR collection ID.ListCidrLocationsRequest.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.
ListCidrLocationsRequest.Builder maxResults(String maxResults)
The maximum number of CIDR collection locations to return in the response.
maxResults - The maximum number of CIDR collection locations to return in the response.ListCidrLocationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListCidrLocationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.