public static interface UntagResourceRequest.Builder extends AppflowRequest.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 flow that you want to untag.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
The tag keys associated with the tag that you want to remove from your flow.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
The tag keys associated with the tag that you want to remove from your flow.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the flow that you want to untag.
resourceArn - The Amazon Resource Name (ARN) of the flow that you want to untag.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
The tag keys associated with the tag that you want to remove from your flow.
tagKeys - The tag keys associated with the tag that you want to remove from your flow.UntagResourceRequest.Builder tagKeys(String... tagKeys)
The tag keys associated with the tag that you want to remove from your flow.
tagKeys - The tag keys associated with the tag that you want to remove from your flow.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.