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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #awsAccounts(List) .awsAccounts - a consumer that will call methods on List.Builder #awsAccounts(List) 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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #awsServices(List) .awsServices - a consumer that will call methods on List.Builder #awsServices(List) Copyright © 2022. All rights reserved.