public static interface GetResourcesResponse.Builder extends ResourceGroupsTaggingAPIResponse.Builder, CopyableBuilder<GetResourcesResponse.Builder,GetResourcesResponse>
Modifier and Type | Method and Description |
---|---|
GetResourcesResponse.Builder |
paginationToken(String paginationToken)
A string that indicates that the response contains more data than can be returned in a single response.
|
GetResourcesResponse.Builder |
resourceTagMappingList(Collection<ResourceTagMapping> resourceTagMappingList)
A list of resource ARNs and the tags (keys and values) associated with each.
|
GetResourcesResponse.Builder |
resourceTagMappingList(Consumer<ResourceTagMapping.Builder>... resourceTagMappingList)
A list of resource ARNs and the tags (keys and values) associated with each.
|
GetResourcesResponse.Builder |
resourceTagMappingList(ResourceTagMapping... resourceTagMappingList)
A list of resource ARNs and the tags (keys and values) associated with each.
|
build
sdkHttpResponse, sdkHttpResponse
copy
apply, build
GetResourcesResponse.Builder paginationToken(String paginationToken)
A string that indicates that the response contains more data than can be returned in a single response. To
receive additional data, specify this string for the PaginationToken
value in a subsequent
request.
paginationToken
- A string that indicates that the response contains more data than can be returned in a single
response. To receive additional data, specify this string for the PaginationToken
value
in a subsequent request.GetResourcesResponse.Builder resourceTagMappingList(Collection<ResourceTagMapping> resourceTagMappingList)
A list of resource ARNs and the tags (keys and values) associated with each.
resourceTagMappingList
- A list of resource ARNs and the tags (keys and values) associated with each.GetResourcesResponse.Builder resourceTagMappingList(ResourceTagMapping... resourceTagMappingList)
A list of resource ARNs and the tags (keys and values) associated with each.
resourceTagMappingList
- A list of resource ARNs and the tags (keys and values) associated with each.GetResourcesResponse.Builder resourceTagMappingList(Consumer<ResourceTagMapping.Builder>... resourceTagMappingList)
A list of resource ARNs and the tags (keys and values) associated with each.
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 #resourceTagMappingList(List)
.resourceTagMappingList
- a consumer that will call methods on List.Builder
#resourceTagMappingList(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.