public static interface RemoveTagsFromResourceRequest.Builder extends SsmRequest.Builder, SdkPojo, 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.
The ManagedInstance type for this API action is only for on-premises managed instances. You must specify the name of the managed instance in the following format: mi-ID_number. For example, mi-1a2b3c4d5e6f.
resourceType - The type of resource of which you want to remove a tag. The ManagedInstance type for this API action is only for on-premises managed instances. You must specify the name of the managed instance in the following format: mi-ID_number. For example, mi-1a2b3c4d5e6f.
ResourceTypeForTagging,
ResourceTypeForTaggingRemoveTagsFromResourceRequest.Builder resourceType(ResourceTypeForTagging resourceType)
The type of resource of which you want to remove a tag.
The ManagedInstance type for this API action is only for on-premises managed instances. You must specify the name of the managed instance in the following format: mi-ID_number. For example, mi-1a2b3c4d5e6f.
resourceType - The type of resource of which you want to remove a tag. The ManagedInstance type for this API action is only for on-premises managed instances. You must specify the name of the managed instance in the following format: mi-ID_number. For example, mi-1a2b3c4d5e6f.
ResourceTypeForTagging,
ResourceTypeForTaggingRemoveTagsFromResourceRequest.Builder resourceId(String resourceId)
The resource ID for which you want to remove tags. Use the ID of the resource. Here are some examples:
ManagedInstance: mi-012345abcde
MaintenanceWindow: mw-012345abcde
PatchBaseline: pb-012345abcde
For the Document and Parameter values, use the name of the resource.
The ManagedInstance type for this API action is only for on-premises managed instances. You must specify the name of the managed instance in the following format: mi-ID_number. For example, mi-1a2b3c4d5e6f.
resourceId - The resource ID for which you want to remove tags. Use the ID of the resource. Here are some
examples:
ManagedInstance: mi-012345abcde
MaintenanceWindow: mw-012345abcde
PatchBaseline: pb-012345abcde
For the Document and Parameter values, use the name of the resource.
The ManagedInstance type for this API action is only for on-premises managed instances. You must specify the name of the managed instance in the following format: mi-ID_number. For example, mi-1a2b3c4d5e6f.
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 © 2019. All rights reserved.