public static interface ListResourceSetsResponse.Builder extends Route53RecoveryReadinessResponse.Builder, SdkPojo, CopyableBuilder<ListResourceSetsResponse.Builder,ListResourceSetsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListResourceSetsResponse.Builder |
nextToken(String nextToken)
A token that can be used to resume pagination from the end of the collection.
|
ListResourceSetsResponse.Builder |
resourceSets(Collection<ResourceSetOutput> resourceSets)
A list of ResourceSets associated with the account
|
ListResourceSetsResponse.Builder |
resourceSets(Consumer<ResourceSetOutput.Builder>... resourceSets)
A list of ResourceSets associated with the account This is a convenience that creates an instance of the
List avoiding the need to create one manually via . |
ListResourceSetsResponse.Builder |
resourceSets(ResourceSetOutput... resourceSets)
A list of ResourceSets associated with the account
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListResourceSetsResponse.Builder nextToken(String nextToken)
nextToken - A token that can be used to resume pagination from the end of the collection.ListResourceSetsResponse.Builder resourceSets(Collection<ResourceSetOutput> resourceSets)
resourceSets - A list of ResourceSets associated with the accountListResourceSetsResponse.Builder resourceSets(ResourceSetOutput... resourceSets)
resourceSets - A list of ResourceSets associated with the accountListResourceSetsResponse.Builder resourceSets(Consumer<ResourceSetOutput.Builder>... resourceSets)
List.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #resourceSets(List) .resourceSets - a consumer that will call methods on List.Builder #resourceSets(List) Copyright © 2022. All rights reserved.