static BatchUpdateFindingsRequest.Builder |
BatchUpdateFindingsRequest.builder() |
|
BatchUpdateFindingsRequest.Builder |
BatchUpdateFindingsRequest.Builder.confidence(Integer confidence) |
The updated value for the finding confidence.
|
BatchUpdateFindingsRequest.Builder |
BatchUpdateFindingsRequest.Builder.criticality(Integer criticality) |
The updated value for the level of importance assigned to the resources associated with the findings.
|
BatchUpdateFindingsRequest.Builder |
BatchUpdateFindingsRequest.Builder.findingIdentifiers(Collection<AwsSecurityFindingIdentifier> findingIdentifiers) |
The list of findings to update.
|
BatchUpdateFindingsRequest.Builder |
BatchUpdateFindingsRequest.Builder.findingIdentifiers(Consumer<AwsSecurityFindingIdentifier.Builder>... findingIdentifiers) |
The list of findings to update.
|
BatchUpdateFindingsRequest.Builder |
BatchUpdateFindingsRequest.Builder.findingIdentifiers(AwsSecurityFindingIdentifier... findingIdentifiers) |
The list of findings to update.
|
default BatchUpdateFindingsRequest.Builder |
BatchUpdateFindingsRequest.Builder.note(Consumer<NoteUpdate.Builder> note) |
Sets the value of the Note property for this object.
|
BatchUpdateFindingsRequest.Builder |
BatchUpdateFindingsRequest.Builder.note(NoteUpdate note) |
Sets the value of the Note property for this object.
|
BatchUpdateFindingsRequest.Builder |
BatchUpdateFindingsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
BatchUpdateFindingsRequest.Builder |
BatchUpdateFindingsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
BatchUpdateFindingsRequest.Builder |
BatchUpdateFindingsRequest.Builder.relatedFindings(Collection<RelatedFinding> relatedFindings) |
A list of findings that are related to the updated findings.
|
BatchUpdateFindingsRequest.Builder |
BatchUpdateFindingsRequest.Builder.relatedFindings(Consumer<RelatedFinding.Builder>... relatedFindings) |
A list of findings that are related to the updated findings.
|
BatchUpdateFindingsRequest.Builder |
BatchUpdateFindingsRequest.Builder.relatedFindings(RelatedFinding... relatedFindings) |
A list of findings that are related to the updated findings.
|
default BatchUpdateFindingsRequest.Builder |
BatchUpdateFindingsRequest.Builder.severity(Consumer<SeverityUpdate.Builder> severity) |
Used to update the finding severity.
|
BatchUpdateFindingsRequest.Builder |
BatchUpdateFindingsRequest.Builder.severity(SeverityUpdate severity) |
Used to update the finding severity.
|
BatchUpdateFindingsRequest.Builder |
BatchUpdateFindingsRequest.toBuilder() |
|
BatchUpdateFindingsRequest.Builder |
BatchUpdateFindingsRequest.Builder.types(String... types) |
One or more finding types in the format of namespace/category/classifier that classify a finding.
|
BatchUpdateFindingsRequest.Builder |
BatchUpdateFindingsRequest.Builder.types(Collection<String> types) |
One or more finding types in the format of namespace/category/classifier that classify a finding.
|
BatchUpdateFindingsRequest.Builder |
BatchUpdateFindingsRequest.Builder.userDefinedFields(Map<String,String> userDefinedFields) |
A list of name/value string pairs associated with the finding.
|
BatchUpdateFindingsRequest.Builder |
BatchUpdateFindingsRequest.Builder.verificationState(String verificationState) |
Indicates the veracity of a finding.
|
BatchUpdateFindingsRequest.Builder |
BatchUpdateFindingsRequest.Builder.verificationState(VerificationState verificationState) |
Indicates the veracity of a finding.
|
default BatchUpdateFindingsRequest.Builder |
BatchUpdateFindingsRequest.Builder.workflow(Consumer<WorkflowUpdate.Builder> workflow) |
Used to update the workflow status of a finding.
|
BatchUpdateFindingsRequest.Builder |
BatchUpdateFindingsRequest.Builder.workflow(WorkflowUpdate workflow) |
Used to update the workflow status of a finding.
|