public static interface UntagResourceRequest.Builder extends RoboMakerRequest.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 AWS RoboMaker resource you are removing tags.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
A map that contains tag keys and tag values that will be unattached from the resource.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
A map that contains tag keys and tag values that will be unattached from the resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the AWS RoboMaker resource you are removing tags.
resourceArn - The Amazon Resource Name (ARN) of the AWS RoboMaker resource you are removing tags.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
A map that contains tag keys and tag values that will be unattached from the resource.
tagKeys - A map that contains tag keys and tag values that will be unattached from the resource.UntagResourceRequest.Builder tagKeys(String... tagKeys)
A map that contains tag keys and tag values that will be unattached from the resource.
tagKeys - A map that contains tag keys and tag values that will be unattached from the resource.UntagResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUntagResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.