public static interface Scope.Builder extends SdkPojo, CopyableBuilder<Scope.Builder,Scope>
| Modifier and Type | Method and Description |
|---|---|
Scope.Builder |
awsAccounts(AWSAccount... awsAccounts)
The AWS accounts included in the scope of the assessment.
|
Scope.Builder |
awsAccounts(Collection<AWSAccount> awsAccounts)
The AWS accounts included in the scope of the assessment.
|
Scope.Builder |
awsAccounts(Consumer<AWSAccount.Builder>... awsAccounts)
The AWS accounts included in the scope of the assessment.
|
Scope.Builder |
awsServices(AWSService... awsServices)
The AWS services included in the scope of the assessment.
|
Scope.Builder |
awsServices(Collection<AWSService> awsServices)
The AWS services included in the scope of the assessment.
|
Scope.Builder |
awsServices(Consumer<AWSService.Builder>... awsServices)
The AWS services included in the scope of the assessment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScope.Builder awsAccounts(Collection<AWSAccount> awsAccounts)
The AWS accounts included in the scope of the assessment.
awsAccounts - The AWS accounts included in the scope of the assessment.Scope.Builder awsAccounts(AWSAccount... awsAccounts)
The AWS accounts included in the scope of the assessment.
awsAccounts - The AWS accounts included in the scope of the assessment.Scope.Builder awsAccounts(Consumer<AWSAccount.Builder>... awsAccounts)
The AWS accounts 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 AWS services included in the scope of the assessment.
awsServices - The AWS services included in the scope of the assessment.Scope.Builder awsServices(AWSService... awsServices)
The AWS services included in the scope of the assessment.
awsServices - The AWS services included in the scope of the assessment.Scope.Builder awsServices(Consumer<AWSService.Builder>... awsServices)
The AWS services 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 © 2021. All rights reserved.