public static interface ListTagsForResourceResponse.Builder extends StorageGatewayResponse.Builder, CopyableBuilder<ListTagsForResourceResponse.Builder,ListTagsForResourceResponse>
Modifier and Type | Method and Description |
---|---|
ListTagsForResourceResponse.Builder |
marker(String marker)
An opaque string that indicates the position at which to stop returning the list of tags.
|
ListTagsForResourceResponse.Builder |
resourceARN(String resourceARN)
he Amazon Resource Name (ARN) of the resource for which you want to list tags.
|
ListTagsForResourceResponse.Builder |
tags(Collection<Tag> tags)
An array that contains the tags for the specified resource.
|
ListTagsForResourceResponse.Builder |
tags(Tag... tags)
An array that contains the tags for the specified resource.
|
build
copy
apply, build
ListTagsForResourceResponse.Builder resourceARN(String resourceARN)
he Amazon Resource Name (ARN) of the resource for which you want to list tags.
resourceARN
- he Amazon Resource Name (ARN) of the resource for which you want to list tags.ListTagsForResourceResponse.Builder marker(String marker)
An opaque string that indicates the position at which to stop returning the list of tags.
marker
- An opaque string that indicates the position at which to stop returning the list of tags.ListTagsForResourceResponse.Builder tags(Collection<Tag> tags)
An array that contains the tags for the specified resource.
tags
- An array that contains the tags for the specified resource.ListTagsForResourceResponse.Builder tags(Tag... tags)
An array that contains the tags for the specified resource.
tags
- An array that contains the tags for the specified resource.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.