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