public static interface RemoveTagsFromResourceRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<RemoveTagsFromResourceRequest.Builder,RemoveTagsFromResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsFromResourceRequest.Builder |
resourceId(String resourceId)
The resource ID for which you want to remove tags.
|
RemoveTagsFromResourceRequest.Builder |
resourceType(ResourceTypeForTagging resourceType)
The type of resource of which you want to remove a tag.
|
RemoveTagsFromResourceRequest.Builder |
resourceType(String resourceType)
The type of resource of which you want to remove a tag.
|
RemoveTagsFromResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
Tag keys that you want to remove from the specified resource.
|
RemoveTagsFromResourceRequest.Builder |
tagKeys(String... tagKeys)
Tag keys that you want to remove from the specified resource.
|
copyapply, buildRemoveTagsFromResourceRequest.Builder resourceType(String resourceType)
The type of resource of which you want to remove a tag.
resourceType - The type of resource of which you want to remove a tag.ResourceTypeForTaggingRemoveTagsFromResourceRequest.Builder resourceType(ResourceTypeForTagging resourceType)
The type of resource of which you want to remove a tag.
resourceType - The type of resource of which you want to remove a tag.ResourceTypeForTaggingRemoveTagsFromResourceRequest.Builder resourceId(String resourceId)
The resource ID for which you want to remove tags.
resourceId - The resource ID for which you want to remove tags.RemoveTagsFromResourceRequest.Builder tagKeys(Collection<String> tagKeys)
Tag keys that you want to remove from the specified resource.
tagKeys - Tag keys that you want to remove from the specified resource.RemoveTagsFromResourceRequest.Builder tagKeys(String... tagKeys)
Tag keys that you want to remove from the specified resource.
NOTE: This method appends the values to the existing list (if any). Use
#setTagKeys(java.util.Collection) or #withTagKeys(java.util.Collection) if you want to
override the existing values.
tagKeys - Tag keys that you want to remove from the specified resource.Copyright © 2017. All rights reserved.