public static interface ListResourceSetsResponse.Builder extends Route53RecoveryReadinessResponse.Builder, SdkPojo, CopyableBuilder<ListResourceSetsResponse.Builder,ListResourceSetsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListResourceSetsResponse.Builder |
nextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
ListResourceSetsResponse.Builder |
resourceSets(Collection<ResourceSetOutput> resourceSets)
A list of resource sets associated with the account.
|
ListResourceSetsResponse.Builder |
resourceSets(Consumer<ResourceSetOutput.Builder>... resourceSets)
A list of resource sets associated with the account.
|
ListResourceSetsResponse.Builder |
resourceSets(ResourceSetOutput... resourceSets)
A list of resource sets associated with the account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListResourceSetsResponse.Builder nextToken(String nextToken)
The token that identifies which batch of results you want to see.
nextToken - The token that identifies which batch of results you want to see.ListResourceSetsResponse.Builder resourceSets(Collection<ResourceSetOutput> resourceSets)
A list of resource sets associated with the account.
resourceSets - A list of resource sets associated with the account.ListResourceSetsResponse.Builder resourceSets(ResourceSetOutput... resourceSets)
A list of resource sets associated with the account.
resourceSets - A list of resource sets associated with the account.ListResourceSetsResponse.Builder resourceSets(Consumer<ResourceSetOutput.Builder>... resourceSets)
A list of resource sets associated with the account.
This is a convenience method that creates an instance of theResourceSetOutput.Builder avoiding the
need to create one manually via
ResourceSetOutput.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #resourceSets(List.
resourceSets - a consumer that will call methods on
ResourceSetOutput.Builder#resourceSets(java.util.Collection) Copyright © 2023. All rights reserved.