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 theLocationSummary.Builder avoiding the need to create one
manually via LocationSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #cidrLocations(List.
cidrLocations - a consumer that will call methods on
LocationSummary.Builder#cidrLocations(java.util.Collection) Copyright © 2023. All rights reserved.