Interface ListAllowListsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAllowListsRequest.Builder,ListAllowListsRequest>,Macie2Request.Builder,SdkBuilder<ListAllowListsRequest.Builder,ListAllowListsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAllowListsRequest
public static interface ListAllowListsRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<ListAllowListsRequest.Builder,ListAllowListsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAllowListsRequest.BuildermaxResults(Integer maxResults)The maximum number of items to include in each page of a paginated response.ListAllowListsRequest.BuildernextToken(String nextToken)The nextToken string that specifies which page of results to return in a paginated response.ListAllowListsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAllowListsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.macie2.model.Macie2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListAllowListsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to include in each page of a paginated response.
- Parameters:
maxResults- The maximum number of items to include in each page of a paginated response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAllowListsRequest.Builder nextToken(String nextToken)
The nextToken string that specifies which page of results to return in a paginated response.
- Parameters:
nextToken- The nextToken string that specifies which page of results to return in a paginated response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAllowListsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAllowListsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-