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