public static interface StartResourceScanRequest.Builder extends AccessAnalyzerRequest.Builder, SdkPojo, CopyableBuilder<StartResourceScanRequest.Builder,StartResourceScanRequest>
| Modifier and Type | Method and Description |
|---|---|
StartResourceScanRequest.Builder |
analyzerArn(String analyzerArn)
The ARN of the analyzer to use to scan the policies applied to the specified resource.
|
StartResourceScanRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartResourceScanRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartResourceScanRequest.Builder |
resourceArn(String resourceArn)
The ARN of the resource to scan.
|
StartResourceScanRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
The Amazon Web Services account ID that owns the resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartResourceScanRequest.Builder analyzerArn(String analyzerArn)
The ARN of the analyzer to use to scan the policies applied to the specified resource.
analyzerArn - The ARN of the analyzer to use to scan the policies applied to the specified resource.StartResourceScanRequest.Builder resourceArn(String resourceArn)
The ARN of the resource to scan.
resourceArn - The ARN of the resource to scan.StartResourceScanRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
The Amazon Web Services account ID that owns the resource. For most Amazon Web Services resources, the owning account is the account in which the resource was created.
resourceOwnerAccount - The Amazon Web Services account ID that owns the resource. For most Amazon Web Services resources, the
owning account is the account in which the resource was created.StartResourceScanRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartResourceScanRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.