public static interface RemoveTagsFromResourceRequest.Builder extends SsmRequest.Builder, CopyableBuilder<RemoveTagsFromResourceRequest.Builder,RemoveTagsFromResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsFromResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RemoveTagsFromResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationcopyapplyMutation, 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.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRemoveTagsFromResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.