public static interface UntagResourceRequest.Builder extends PinpointRequest.Builder, SdkPojo, CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
UntagResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UntagResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UntagResourceRequest.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the application, campaign, message template, or segment.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
The key of the tag to remove from the application, campaign, message template, or segment.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
The key of the tag to remove from the application, campaign, message template, or segment.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the application, campaign, message template, or segment.
resourceArn - The Amazon Resource Name (ARN) of the application, campaign, message template, or segment.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
The key of the tag to remove from the application, campaign, message template, or segment. To remove multiple tags, append the tagKeys parameter and argument for each additional tag to remove, separated by an ampersand (&).
tagKeys - The key of the tag to remove from the application, campaign, message template, or segment. To remove
multiple tags, append the tagKeys parameter and argument for each additional tag to remove, separated
by an ampersand (&).UntagResourceRequest.Builder tagKeys(String... tagKeys)
The key of the tag to remove from the application, campaign, message template, or segment. To remove multiple tags, append the tagKeys parameter and argument for each additional tag to remove, separated by an ampersand (&).
tagKeys - The key of the tag to remove from the application, campaign, message template, or segment. To remove
multiple tags, append the tagKeys parameter and argument for each additional tag to remove, separated
by an ampersand (&).UntagResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUntagResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.