Interface ListRuleSetsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListRuleSetsRequest.Builder,ListRuleSetsRequest>,MailManagerRequest.Builder,SdkBuilder<ListRuleSetsRequest.Builder,ListRuleSetsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListRuleSetsRequest
public static interface ListRuleSetsRequest.Builder extends MailManagerRequest.Builder, SdkPojo, CopyableBuilder<ListRuleSetsRequest.Builder,ListRuleSetsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRuleSetsRequest.BuildernextToken(String nextToken)If you received a pagination token from a previous call to this API, you can provide it here to continue paginating through the next page of results.ListRuleSetsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRuleSetsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListRuleSetsRequest.BuilderpageSize(Integer pageSize)The maximum number of rule set resources that are returned per call.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mailmanager.model.MailManagerRequest.Builder
build
-
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
-
nextToken
ListRuleSetsRequest.Builder nextToken(String nextToken)
If you received a pagination token from a previous call to this API, you can provide it here to continue paginating through the next page of results.
- Parameters:
nextToken- If you received a pagination token from a previous call to this API, you can provide it here to continue paginating through the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pageSize
ListRuleSetsRequest.Builder pageSize(Integer pageSize)
The maximum number of rule set resources that are returned per call. You can use NextToken to obtain further rule sets.
- Parameters:
pageSize- The maximum number of rule set resources that are returned per call. You can use NextToken to obtain further rule sets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListRuleSetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListRuleSetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-