public static interface BatchImportFindingsRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<BatchImportFindingsRequest.Builder,BatchImportFindingsRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchImportFindingsRequest.Builder |
findings(AwsSecurityFinding... findings)
A list of findings to import.
|
BatchImportFindingsRequest.Builder |
findings(Collection<AwsSecurityFinding> findings)
A list of findings to import.
|
BatchImportFindingsRequest.Builder |
findings(Consumer<AwsSecurityFinding.Builder>... findings)
A list of findings to import.
|
BatchImportFindingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchImportFindingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchImportFindingsRequest.Builder findings(Collection<AwsSecurityFinding> findings)
A list of findings to import. To successfully import a finding, it must follow the AWS Security Finding Format. Maximum of 100 findings per request.
findings - A list of findings to import. To successfully import a finding, it must follow the AWS
Security Finding Format. Maximum of 100 findings per request.BatchImportFindingsRequest.Builder findings(AwsSecurityFinding... findings)
A list of findings to import. To successfully import a finding, it must follow the AWS Security Finding Format. Maximum of 100 findings per request.
findings - A list of findings to import. To successfully import a finding, it must follow the AWS
Security Finding Format. Maximum of 100 findings per request.BatchImportFindingsRequest.Builder findings(Consumer<AwsSecurityFinding.Builder>... findings)
A list of findings to import. To successfully import a finding, it must follow the AWS Security Finding Format. Maximum of 100 findings per request.
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 #findings(List) .findings - a consumer that will call methods on List.Builder #findings(List) BatchImportFindingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchImportFindingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.