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