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(ResourceTagMapping... resourceTagMappingList)
A list of resource ARNs and the tags (keys and values) associated with each.
|
buildcopyapply, buildGetResourcesResponse.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.