public static interface DescribeLogGroupsRequest.Builder extends CloudWatchLogsRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeLogGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeLogGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.