public static interface ListTagsForResourceRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceRequest.Builder |
resourceId(String resourceId)
The resource ID for which you want to see a list of tags.
|
ListTagsForResourceRequest.Builder |
resourceType(ResourceTypeForTagging resourceType)
Returns a list of tags for a specific resource type.
|
ListTagsForResourceRequest.Builder |
resourceType(String resourceType)
Returns a list of tags for a specific resource type.
|
copyapply, buildListTagsForResourceRequest.Builder resourceType(String resourceType)
Returns a list of tags for a specific resource type.
resourceType - Returns a list of tags for a specific resource type.ResourceTypeForTaggingListTagsForResourceRequest.Builder resourceType(ResourceTypeForTagging resourceType)
Returns a list of tags for a specific resource type.
resourceType - Returns a list of tags for a specific resource type.ResourceTypeForTaggingListTagsForResourceRequest.Builder resourceId(String resourceId)
The resource ID for which you want to see a list of tags.
resourceId - The resource ID for which you want to see a list of tags.Copyright © 2017. All rights reserved.