public static interface UntagLogGroupRequest.Builder extends CloudWatchLogsRequest.Builder, CopyableBuilder<UntagLogGroupRequest.Builder,UntagLogGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
UntagLogGroupRequest.Builder |
logGroupName(String logGroupName)
The name of the log group.
|
UntagLogGroupRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UntagLogGroupRequest.Builder |
tags(Collection<String> tags)
The tag keys.
|
UntagLogGroupRequest.Builder |
tags(String... tags)
The tag keys.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.