public static interface UntagLogGroupRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<UntagLogGroupRequest.Builder,UntagLogGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
UntagLogGroupRequest.Builder |
logGroupName(String logGroupName)
The name of the log group.
|
UntagLogGroupRequest.Builder |
tags(Collection<String> tags)
The tag keys.
|
UntagLogGroupRequest.Builder |
tags(String... tags)
The tag keys.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setTags(java.util.Collection) or #withTags(java.util.Collection) if you want to override the
existing values.
tags - The tag keys. The corresponding tags are removed from the log group.Copyright © 2017. All rights reserved.