public static interface ListResourcesResponse.Builder extends RamResponse.Builder, SdkPojo, CopyableBuilder<ListResourcesResponse.Builder,ListResourcesResponse>
Modifier and Type | Method and Description |
---|---|
ListResourcesResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListResourcesResponse.Builder |
resources(Collection<Resource> resources)
Information about the resources.
|
ListResourcesResponse.Builder |
resources(Consumer<Resource.Builder>... resources)
Information about the resources.
|
ListResourcesResponse.Builder |
resources(Resource... resources)
Information about the resources.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListResourcesResponse.Builder resources(Collection<Resource> resources)
Information about the resources.
resources
- Information about the resources.ListResourcesResponse.Builder resources(Resource... resources)
Information about the resources.
resources
- Information about the resources.ListResourcesResponse.Builder resources(Consumer<Resource.Builder>... resources)
Information about the resources.
This is a convenience that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #resources(List)
.resources
- a consumer that will call methods on List.Builder
#resources(List)
ListResourcesResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are
no more results to return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.