Interface ListCidrCollectionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListCidrCollectionsResponse.Builder,ListCidrCollectionsResponse>,Route53Response.Builder,SdkBuilder<ListCidrCollectionsResponse.Builder,ListCidrCollectionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListCidrCollectionsResponse
public static interface ListCidrCollectionsResponse.Builder extends Route53Response.Builder, SdkPojo, CopyableBuilder<ListCidrCollectionsResponse.Builder,ListCidrCollectionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCidrCollectionsResponse.BuildercidrCollections(Collection<CollectionSummary> cidrCollections)A complex type with information about the CIDR collection.ListCidrCollectionsResponse.BuildercidrCollections(Consumer<CollectionSummary.Builder>... cidrCollections)A complex type with information about the CIDR collection.ListCidrCollectionsResponse.BuildercidrCollections(CollectionSummary... cidrCollections)A complex type with information about the CIDR collection.ListCidrCollectionsResponse.BuildernextToken(String nextToken)An opaque pagination token to indicate where the service is to begin enumerating results.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53.model.Route53Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
nextToken
ListCidrCollectionsResponse.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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cidrCollections
ListCidrCollectionsResponse.Builder cidrCollections(Collection<CollectionSummary> cidrCollections)
A complex type with information about the CIDR collection.
- Parameters:
cidrCollections- A complex type with information about the CIDR collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cidrCollections
ListCidrCollectionsResponse.Builder cidrCollections(CollectionSummary... cidrCollections)
A complex type with information about the CIDR collection.
- Parameters:
cidrCollections- A complex type with information about the CIDR collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cidrCollections
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.Builderavoiding the need to create one manually viaCollectionSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#cidrCollections(List.) - Parameters:
cidrCollections- a consumer that will call methods onCollectionSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#cidrCollections(java.util.Collection)
-
-