public static interface Scope.Builder extends SdkPojo, CopyableBuilder<Scope.Builder,Scope>
| Modifier and Type | Method and Description |
|---|---|
Scope.Builder |
awsAccounts(AWSAccount... awsAccounts)
The Amazon Web Services accounts that are included in the scope of the assessment.
|
Scope.Builder |
awsAccounts(Collection<AWSAccount> awsAccounts)
The Amazon Web Services accounts that are included in the scope of the assessment.
|
Scope.Builder |
awsAccounts(Consumer<AWSAccount.Builder>... awsAccounts)
The Amazon Web Services accounts that are included in the scope of the assessment.
|
Scope.Builder |
awsServices(AWSService... awsServices)
The Amazon Web Services services that are included in the scope of the assessment.
|
Scope.Builder |
awsServices(Collection<AWSService> awsServices)
The Amazon Web Services services that are included in the scope of the assessment.
|
Scope.Builder |
awsServices(Consumer<AWSService.Builder>... awsServices)
The Amazon Web Services services that are included in the scope of the assessment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScope.Builder awsAccounts(Collection<AWSAccount> awsAccounts)
The Amazon Web Services accounts that are included in the scope of the assessment.
awsAccounts - The Amazon Web Services accounts that are included in the scope of the assessment.Scope.Builder awsAccounts(AWSAccount... awsAccounts)
The Amazon Web Services accounts that are included in the scope of the assessment.
awsAccounts - The Amazon Web Services accounts that are included in the scope of the assessment.Scope.Builder awsAccounts(Consumer<AWSAccount.Builder>... awsAccounts)
The Amazon Web Services accounts that are included in the scope of the assessment.
This is a convenience method that creates an instance of theAWSAccount.Builder avoiding the need to create one
manually via AWSAccount.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #awsAccounts(List.
awsAccounts - a consumer that will call methods on
AWSAccount.Builder#awsAccounts(java.util.Collection) Scope.Builder awsServices(Collection<AWSService> awsServices)
The Amazon Web Services services that are included in the scope of the assessment.
awsServices - The Amazon Web Services services that are included in the scope of the assessment.Scope.Builder awsServices(AWSService... awsServices)
The Amazon Web Services services that are included in the scope of the assessment.
awsServices - The Amazon Web Services services that are included in the scope of the assessment.Scope.Builder awsServices(Consumer<AWSService.Builder>... awsServices)
The Amazon Web Services services that are included in the scope of the assessment.
This is a convenience method that creates an instance of theAWSService.Builder avoiding the need to create one
manually via AWSService.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #awsServices(List.
awsServices - a consumer that will call methods on
AWSService.Builder#awsServices(java.util.Collection) Copyright © 2023. All rights reserved.