Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
@Generated("software.amazon.awssdk:codegen") public class UntagResourceRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UntagResourceRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UntagResourceRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
keyId() |
A unique identifier for the CMK from which you are removing tags.
|
static Class<? extends UntagResourceRequest.Builder> |
serializableBuilderClass() |
|
List<String> |
tagKeys() |
One or more tag keys.
|
UntagResourceRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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
Unique key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
public List<String> tagKeys()
One or more tag keys. Specify only the tag keys, not the tag values.
public UntagResourceRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
public static UntagResourceRequest.Builder builder()
public static Class<? extends UntagResourceRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.