Interface CreateAccessPreviewRequest.Builder
-
- All Superinterfaces:
AccessAnalyzerRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<CreateAccessPreviewRequest.Builder,CreateAccessPreviewRequest>,SdkBuilder<CreateAccessPreviewRequest.Builder,CreateAccessPreviewRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateAccessPreviewRequest
public static interface CreateAccessPreviewRequest.Builder extends AccessAnalyzerRequest.Builder, SdkPojo, CopyableBuilder<CreateAccessPreviewRequest.Builder,CreateAccessPreviewRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateAccessPreviewRequest.BuilderanalyzerArn(String analyzerArn)The ARN of the account analyzer used to generate the access preview.CreateAccessPreviewRequest.BuilderclientToken(String clientToken)A client token.CreateAccessPreviewRequest.Builderconfigurations(Map<String,Configuration> configurations)Access control configuration for your resource that is used to generate the access preview.CreateAccessPreviewRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateAccessPreviewRequest.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
-
analyzerArn
CreateAccessPreviewRequest.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
Accounttype andActivestatus.- Parameters:
analyzerArn- The ARN of the account analyzer used to generate the access preview. You can only create an access preview for analyzers with anAccounttype andActivestatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurations
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
CreateAccessPreviewRequest.Builder clientToken(String clientToken)
A client token.
- Parameters:
clientToken- A client token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateAccessPreviewRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateAccessPreviewRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-