CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
, SdkBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
public static interface UntagResourceRequest.Builder extends CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
Modifier and Type | Method | Description |
---|---|---|
UntagResourceRequest.Builder |
keyId(String keyId) |
A unique identifier for the CMK from which you are removing tags.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys) |
One or more tag keys.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys) |
One or more tag keys.
|
copy
apply, build
UntagResourceRequest.Builder keyId(String keyId)
A unique identifier for the CMK from which you are removing tags. You can use the unique key ID or the Amazon Resource Name (ARN) of the CMK. Examples:
Unique key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
keyId
- A unique identifier for the CMK from which you are removing tags. You can use the unique key ID or the
Amazon Resource Name (ARN) of the CMK. Examples:
Unique key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
One or more tag keys. Specify only the tag keys, not the tag values.
tagKeys
- One or more tag keys. Specify only the tag keys, not the tag values.UntagResourceRequest.Builder tagKeys(String... tagKeys)
One or more tag keys. Specify only the tag keys, not the tag values.
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
- One or more tag keys. Specify only the tag keys, not the tag values.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.