Interface StartResourceScanRequest.Builder
-
- All Superinterfaces:
AccessAnalyzerRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<StartResourceScanRequest.Builder,StartResourceScanRequest>,SdkBuilder<StartResourceScanRequest.Builder,StartResourceScanRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartResourceScanRequest
public static interface StartResourceScanRequest.Builder extends AccessAnalyzerRequest.Builder, SdkPojo, CopyableBuilder<StartResourceScanRequest.Builder,StartResourceScanRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartResourceScanRequest.BuilderanalyzerArn(String analyzerArn)The ARN of the analyzer to use to scan the policies applied to the specified resource.StartResourceScanRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartResourceScanRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartResourceScanRequest.BuilderresourceArn(String resourceArn)The ARN of the resource to scan.StartResourceScanRequest.BuilderresourceOwnerAccount(String resourceOwnerAccount)The Amazon Web Services account ID that owns the resource.-
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
StartResourceScanRequest.Builder analyzerArn(String analyzerArn)
The ARN of the analyzer to use to scan the policies applied to the specified resource.
- Parameters:
analyzerArn- The ARN of the analyzer to use to scan the policies applied to the specified resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
StartResourceScanRequest.Builder resourceArn(String resourceArn)
The ARN of the resource to scan.
- Parameters:
resourceArn- The ARN of the resource to scan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceOwnerAccount
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartResourceScanRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartResourceScanRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-