public static interface CreateCidrCollectionResponse.Builder extends Route53Response.Builder, SdkPojo, CopyableBuilder<CreateCidrCollectionResponse.Builder,CreateCidrCollectionResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateCidrCollectionResponse.Builder |
collection(CidrCollection collection)
A complex type that contains information about the CIDR collection.
|
default CreateCidrCollectionResponse.Builder |
collection(Consumer<CidrCollection.Builder> collection)
A complex type that contains information about the CIDR collection.
|
CreateCidrCollectionResponse.Builder |
location(String location)
A unique URL that represents the location for the CIDR collection.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateCidrCollectionResponse.Builder collection(CidrCollection collection)
A complex type that contains information about the CIDR collection.
collection - A complex type that contains information about the CIDR collection.default CreateCidrCollectionResponse.Builder collection(Consumer<CidrCollection.Builder> collection)
A complex type that contains information about the CIDR collection.
This is a convenience method that creates an instance of theCidrCollection.Builder avoiding the need
to create one manually via CidrCollection.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to collection(CidrCollection).
collection - a consumer that will call methods on CidrCollection.Buildercollection(CidrCollection)CreateCidrCollectionResponse.Builder location(String location)
A unique URL that represents the location for the CIDR collection.
location - A unique URL that represents the location for the CIDR collection.Copyright © 2023. All rights reserved.