public static interface ListArchiveRulesRequest.Builder extends AccessAnalyzerRequest.Builder, SdkPojo, CopyableBuilder<ListArchiveRulesRequest.Builder,ListArchiveRulesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListArchiveRulesRequest.Builder |
analyzerName(String analyzerName)
The name of the analyzer to retrieve rules from.
|
ListArchiveRulesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in the request.
|
ListArchiveRulesRequest.Builder |
nextToken(String nextToken)
A token used for pagination of results returned.
|
ListArchiveRulesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListArchiveRulesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListArchiveRulesRequest.Builder analyzerName(String analyzerName)
The name of the analyzer to retrieve rules from.
analyzerName - The name of the analyzer to retrieve rules from.ListArchiveRulesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in the request.
maxResults - The maximum number of results to return in the request.ListArchiveRulesRequest.Builder nextToken(String nextToken)
A token used for pagination of results returned.
nextToken - A token used for pagination of results returned.ListArchiveRulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListArchiveRulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.