Interface ListArchiveRulesRequest.Builder
-
- All Superinterfaces:
AccessAnalyzerRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ListArchiveRulesRequest.Builder,ListArchiveRulesRequest>,SdkBuilder<ListArchiveRulesRequest.Builder,ListArchiveRulesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListArchiveRulesRequest
public static interface ListArchiveRulesRequest.Builder extends AccessAnalyzerRequest.Builder, SdkPojo, CopyableBuilder<ListArchiveRulesRequest.Builder,ListArchiveRulesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListArchiveRulesRequest.BuilderanalyzerName(String analyzerName)The name of the analyzer to retrieve rules from.ListArchiveRulesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in the request.ListArchiveRulesRequest.BuildernextToken(String nextToken)A token used for pagination of results returned.ListArchiveRulesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListArchiveRulesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.accessanalyzer.model.AccessAnalyzerRequest.Builder
build
-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
analyzerName
ListArchiveRulesRequest.Builder analyzerName(String analyzerName)
The name of the analyzer to retrieve rules from.
- Parameters:
analyzerName- The name of the analyzer to retrieve rules from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListArchiveRulesRequest.Builder nextToken(String nextToken)
A token used for pagination of results returned.
- Parameters:
nextToken- A token used for pagination of results returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListArchiveRulesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in the request.
- Parameters:
maxResults- The maximum number of results to return in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListArchiveRulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListArchiveRulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-