public static interface UntagResourceRequest.Builder extends KendraRequest.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 index, FAQ, or data source to remove the tag from.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
A list of tag keys to remove from the index, FAQ, or data source.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
A list of tag keys to remove from the index, FAQ, or data source.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the index, FAQ, or data source to remove the tag from.
resourceARN - The Amazon Resource Name (ARN) of the index, FAQ, or data source to remove the tag from.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
A list of tag keys to remove from the index, FAQ, or data source. If a tag key does not exist on the resource, it is ignored.
tagKeys - A list of tag keys to remove from the index, FAQ, or data source. If a tag key does not exist on the
resource, it is ignored.UntagResourceRequest.Builder tagKeys(String... tagKeys)
A list of tag keys to remove from the index, FAQ, or data source. If a tag key does not exist on the resource, it is ignored.
tagKeys - A list of tag keys to remove from the index, FAQ, or data source. If a tag key does not exist on the
resource, it is ignored.UntagResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUntagResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.