Interface DescribeSubscriptionFiltersRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudWatchLogsRequest.Builder,CopyableBuilder<DescribeSubscriptionFiltersRequest.Builder,,DescribeSubscriptionFiltersRequest> SdkBuilder<DescribeSubscriptionFiltersRequest.Builder,,DescribeSubscriptionFiltersRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeSubscriptionFiltersRequest
@Mutable
@NotThreadSafe
public static interface DescribeSubscriptionFiltersRequest.Builder
extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<DescribeSubscriptionFiltersRequest.Builder,DescribeSubscriptionFiltersRequest>
-
Method Summary
Modifier and TypeMethodDescriptionfilterNamePrefix(String filterNamePrefix) The prefix to match.The maximum number of items returned.logGroupName(String logGroupName) The name of the log group.The token for the next set of items to return.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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
-