CopyableBuilder<GetResourcesResponse.Builder,GetResourcesResponse>, SdkBuilder<GetResourcesResponse.Builder,GetResourcesResponse>public static interface GetResourcesResponse.Builder extends CopyableBuilder<GetResourcesResponse.Builder,GetResourcesResponse>
| Modifier and Type | Method | 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.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setResourceTagMappingList(java.util.Collection) or
#withResourceTagMappingList(java.util.Collection) if you want to override the existing values.
resourceTagMappingList - A list of resource ARNs and the tags (keys and values) associated with each.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.