public static interface ListCidrBlocksResponse.Builder extends Route53Response.Builder, SdkPojo, CopyableBuilder<ListCidrBlocksResponse.Builder,ListCidrBlocksResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCidrBlocksResponse.Builder |
cidrBlocks(CidrBlockSummary... cidrBlocks)
A complex type that contains information about the CIDR blocks.
|
ListCidrBlocksResponse.Builder |
cidrBlocks(Collection<CidrBlockSummary> cidrBlocks)
A complex type that contains information about the CIDR blocks.
|
ListCidrBlocksResponse.Builder |
cidrBlocks(Consumer<CidrBlockSummary.Builder>... cidrBlocks)
A complex type that contains information about the CIDR blocks.
|
ListCidrBlocksResponse.Builder |
nextToken(String nextToken)
An opaque pagination token to indicate where the service is to begin enumerating results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCidrBlocksResponse.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.
ListCidrBlocksResponse.Builder cidrBlocks(Collection<CidrBlockSummary> cidrBlocks)
A complex type that contains information about the CIDR blocks.
cidrBlocks - A complex type that contains information about the CIDR blocks.ListCidrBlocksResponse.Builder cidrBlocks(CidrBlockSummary... cidrBlocks)
A complex type that contains information about the CIDR blocks.
cidrBlocks - A complex type that contains information about the CIDR blocks.ListCidrBlocksResponse.Builder cidrBlocks(Consumer<CidrBlockSummary.Builder>... cidrBlocks)
A complex type that contains information about the CIDR blocks.
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 #cidrBlocks(List) .cidrBlocks - a consumer that will call methods on List.Builder #cidrBlocks(List) Copyright © 2022. All rights reserved.