public static interface TagLogGroupRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<TagLogGroupRequest.Builder,TagLogGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
TagLogGroupRequest.Builder |
logGroupName(String logGroupName)
The name of the log group.
|
TagLogGroupRequest.Builder |
tags(Map<String,String> tags)
The key-value pairs to use for the tags.
|
copyapply, buildTagLogGroupRequest.Builder logGroupName(String logGroupName)
The name of the log group.
logGroupName - The name of the log group.TagLogGroupRequest.Builder tags(Map<String,String> tags)
The key-value pairs to use for the tags.
tags - The key-value pairs to use for the tags.Copyright © 2017. All rights reserved.