public static interface RemoveTagsFromResourceRequest.Builder extends SSMRequest.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<RemoveTagsFromResourceRequest.Builder,RemoveTagsFromResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsFromResourceRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
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.
|
buildrequestOverrideConfig, requestOverrideConfigRemoveTagsFromResourceRequest.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.ResourceTypeForTagging,
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.ResourceTypeForTagging,
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.
tagKeys - Tag keys that you want to remove from the specified resource.RemoveTagsFromResourceRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
requestOverrideConfig in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.