public static interface DescribeLogGroupsRequest.Builder extends CloudWatchLogsRequest.Builder, CopyableBuilder<DescribeLogGroupsRequest.Builder,DescribeLogGroupsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeLogGroupsRequest.Builder |
limit(Integer limit)
The maximum number of items returned.
|
DescribeLogGroupsRequest.Builder |
logGroupNamePrefix(String logGroupNamePrefix)
The prefix to match.
|
DescribeLogGroupsRequest.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
DescribeLogGroupsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeLogGroupsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDescribeLogGroupsRequest.Builder logGroupNamePrefix(String logGroupNamePrefix)
The prefix to match.
logGroupNamePrefix - The prefix to match.DescribeLogGroupsRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken - The token for the next set of items to return. (You received this token from a previous call.)DescribeLogGroupsRequest.Builder limit(Integer limit)
The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
limit - The maximum number of items returned. If you don't specify a value, the default is up to 50 items.DescribeLogGroupsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeLogGroupsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.