public static interface UntagResourceRequest.Builder extends MediaTailorRequest.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) for the playback configuration.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
A comma-separated list of the tag keys to remove from the playback configuration.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
A comma-separated list of the tag keys to remove from the playback configuration.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) for the playback configuration. You can get this from the response to any playback configuration request.
resourceArn - The Amazon Resource Name (ARN) for the playback configuration. You can get this from the response to
any playback configuration request.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
A comma-separated list of the tag keys to remove from the playback configuration.
tagKeys - A comma-separated list of the tag keys to remove from the playback configuration.UntagResourceRequest.Builder tagKeys(String... tagKeys)
A comma-separated list of the tag keys to remove from the playback configuration.
tagKeys - A comma-separated list of the tag keys to remove from the playback configuration.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.