public static interface DescribeSubscriptionFiltersRequest.Builder extends CloudWatchLogsRequest.Builder, CopyableBuilder<DescribeSubscriptionFiltersRequest.Builder,DescribeSubscriptionFiltersRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeSubscriptionFiltersRequest.Builder |
filterNamePrefix(String filterNamePrefix)
The prefix to match.
|
DescribeSubscriptionFiltersRequest.Builder |
limit(Integer limit)
The maximum number of items returned.
|
DescribeSubscriptionFiltersRequest.Builder |
logGroupName(String logGroupName)
The name of the log group.
|
DescribeSubscriptionFiltersRequest.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
DescribeSubscriptionFiltersRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeSubscriptionFiltersRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDescribeSubscriptionFiltersRequest.Builder logGroupName(String logGroupName)
The name of the log group.
logGroupName - The name of the log group.DescribeSubscriptionFiltersRequest.Builder filterNamePrefix(String filterNamePrefix)
The prefix to match. If you don't specify a value, no prefix filter is applied.
filterNamePrefix - The prefix to match. If you don't specify a value, no prefix filter is applied.DescribeSubscriptionFiltersRequest.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.)DescribeSubscriptionFiltersRequest.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.DescribeSubscriptionFiltersRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeSubscriptionFiltersRequest.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.