public static interface UntagLogGroupRequest.Builder extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<UntagLogGroupRequest.Builder,UntagLogGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
UntagLogGroupRequest.Builder |
logGroupName(String logGroupName)
The name of the log group.
|
UntagLogGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UntagLogGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UntagLogGroupRequest.Builder |
tags(Collection<String> tags)
The tag keys.
|
UntagLogGroupRequest.Builder |
tags(String... tags)
The tag keys.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagLogGroupRequest.Builder logGroupName(String logGroupName)
The name of the log group.
logGroupName - The name of the log group.UntagLogGroupRequest.Builder tags(Collection<String> tags)
The tag keys. The corresponding tags are removed from the log group.
tags - The tag keys. The corresponding tags are removed from the log group.UntagLogGroupRequest.Builder tags(String... tags)
The tag keys. The corresponding tags are removed from the log group.
tags - The tag keys. The corresponding tags are removed from the log group.UntagLogGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUntagLogGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.