public static interface CreateAccessPreviewRequest.Builder extends AccessAnalyzerRequest.Builder, SdkPojo, CopyableBuilder<CreateAccessPreviewRequest.Builder,CreateAccessPreviewRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateAccessPreviewRequest.Builder |
analyzerArn(String analyzerArn)
The ARN of the account analyzer used to generate the access preview.
|
CreateAccessPreviewRequest.Builder |
clientToken(String clientToken)
A client token.
|
CreateAccessPreviewRequest.Builder |
configurations(Map<String,Configuration> configurations)
Access control configuration for your resource that is used to generate the access preview.
|
CreateAccessPreviewRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAccessPreviewRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAccessPreviewRequest.Builder analyzerArn(String analyzerArn)
The ARN of the account analyzer used to generate the access preview. You can only create an access preview
for analyzers with an Account type and Active status.
analyzerArn - The ARN of the account analyzer used to generate the access preview. You can only create an access
preview for analyzers with an Account type and Active status.CreateAccessPreviewRequest.Builder configurations(Map<String,Configuration> configurations)
Access control configuration for your resource that is used to generate the access preview. The access preview includes findings for external access allowed to the resource with the proposed access control configuration. The configuration must contain exactly one element.
configurations - Access control configuration for your resource that is used to generate the access preview. The access
preview includes findings for external access allowed to the resource with the proposed access control
configuration. The configuration must contain exactly one element.CreateAccessPreviewRequest.Builder clientToken(String clientToken)
A client token.
clientToken - A client token.CreateAccessPreviewRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAccessPreviewRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.