public static interface ListCidrLocationsResponse.Builder extends Route53Response.Builder, SdkPojo, CopyableBuilder<ListCidrLocationsResponse.Builder,ListCidrLocationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCidrLocationsResponse.Builder |
cidrLocations(Collection<LocationSummary> cidrLocations)
A complex type that contains information about the list of CIDR locations.
|
ListCidrLocationsResponse.Builder |
cidrLocations(Consumer<LocationSummary.Builder>... cidrLocations)
A complex type that contains information about the list of CIDR locations.
|
ListCidrLocationsResponse.Builder |
cidrLocations(LocationSummary... cidrLocations)
A complex type that contains information about the list of CIDR locations.
|
ListCidrLocationsResponse.Builder |
nextToken(String nextToken)
An opaque pagination token to indicate where the service is to begin enumerating results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCidrLocationsResponse.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.
ListCidrLocationsResponse.Builder cidrLocations(Collection<LocationSummary> cidrLocations)
A complex type that contains information about the list of CIDR locations.
cidrLocations - A complex type that contains information about the list of CIDR locations.ListCidrLocationsResponse.Builder cidrLocations(LocationSummary... cidrLocations)
A complex type that contains information about the list of CIDR locations.
cidrLocations - A complex type that contains information about the list of CIDR locations.ListCidrLocationsResponse.Builder cidrLocations(Consumer<LocationSummary.Builder>... cidrLocations)
A complex type that contains information about the list of CIDR locations.
This is a convenience method that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #cidrLocations(List) .cidrLocations - a consumer that will call methods on List.Builder #cidrLocations(List) Copyright © 2022. All rights reserved.