public static interface ListAccessPreviewsRequest.Builder extends AccessAnalyzerRequest.Builder, SdkPojo, CopyableBuilder<ListAccessPreviewsRequest.Builder,ListAccessPreviewsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAccessPreviewsRequest.Builder |
analyzerArn(String analyzerArn)
The ARN of the analyzer used to generate the access preview.
|
ListAccessPreviewsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListAccessPreviewsRequest.Builder |
nextToken(String nextToken)
A token used for pagination of results returned.
|
ListAccessPreviewsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAccessPreviewsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAccessPreviewsRequest.Builder analyzerArn(String analyzerArn)
The ARN of the analyzer used to generate the access preview.
analyzerArn - The ARN of the analyzer used to generate the access preview.ListAccessPreviewsRequest.Builder nextToken(String nextToken)
A token used for pagination of results returned.
nextToken - A token used for pagination of results returned.ListAccessPreviewsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults - The maximum number of results to return in the response.ListAccessPreviewsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAccessPreviewsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.