Interface DescribeSubscriptionFiltersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudWatchLogsRequest.Builder,CopyableBuilder<DescribeSubscriptionFiltersRequest.Builder,DescribeSubscriptionFiltersRequest>,SdkBuilder<DescribeSubscriptionFiltersRequest.Builder,DescribeSubscriptionFiltersRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeSubscriptionFiltersRequest
public static interface DescribeSubscriptionFiltersRequest.Builder extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<DescribeSubscriptionFiltersRequest.Builder,DescribeSubscriptionFiltersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeSubscriptionFiltersRequest.BuilderfilterNamePrefix(String filterNamePrefix)The prefix to match.DescribeSubscriptionFiltersRequest.Builderlimit(Integer limit)The maximum number of items returned.DescribeSubscriptionFiltersRequest.BuilderlogGroupName(String logGroupName)The name of the log group.DescribeSubscriptionFiltersRequest.BuildernextToken(String nextToken)The token for the next set of items to return.DescribeSubscriptionFiltersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeSubscriptionFiltersRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
logGroupName
DescribeSubscriptionFiltersRequest.Builder logGroupName(String logGroupName)
The name of the log group.
- Parameters:
logGroupName- The name of the log group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filterNamePrefix
DescribeSubscriptionFiltersRequest.Builder filterNamePrefix(String filterNamePrefix)
The prefix to match. If you don't specify a value, no prefix filter is applied.
- Parameters:
filterNamePrefix- The prefix to match. If you don't specify a value, no prefix filter is applied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeSubscriptionFiltersRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
- Parameters:
nextToken- The token for the next set of items to return. (You received this token from a previous call.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
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.
- Parameters:
limit- The maximum number of items returned. If you don't specify a value, the default is up to 50 items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeSubscriptionFiltersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeSubscriptionFiltersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-