CopyableBuilder<TagLogGroupRequest.Builder,TagLogGroupRequest>
, SdkBuilder<TagLogGroupRequest.Builder,TagLogGroupRequest>
public static interface TagLogGroupRequest.Builder extends CopyableBuilder<TagLogGroupRequest.Builder,TagLogGroupRequest>
Modifier and Type | Method | 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.
|
copy
apply, build
TagLogGroupRequest.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 Amazon Web Services, Inc. All Rights Reserved.