CopyableBuilder<UntagLogGroupRequest.Builder,UntagLogGroupRequest>, SdkBuilder<UntagLogGroupRequest.Builder,UntagLogGroupRequest>public static interface UntagLogGroupRequest.Builder extends CopyableBuilder<UntagLogGroupRequest.Builder,UntagLogGroupRequest>
| Modifier and Type | Method | Description |
|---|---|---|
UntagLogGroupRequest.Builder |
logGroupName(String logGroupName) |
The name of the log group.
|
UntagLogGroupRequest.Builder |
tags(String... tags) |
The tag keys.
|
UntagLogGroupRequest.Builder |
tags(Collection<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 Amazon Web Services, Inc. All Rights Reserved.