public static interface UntagResourceRequest.Builder extends AppflowRequest.Builder, SdkPojo, CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
Modifier and Type | Method and Description |
---|---|
UntagResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UntagResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
UntagResourceRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UntagResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.