public static interface AutomationRulesFindingFieldsUpdate.Builder extends SdkPojo, CopyableBuilder<AutomationRulesFindingFieldsUpdate.Builder,AutomationRulesFindingFieldsUpdate>
| Modifier and Type | Method and Description |
|---|---|
AutomationRulesFindingFieldsUpdate.Builder |
confidence(Integer confidence)
The rule action will update the
Confidence field of a finding. |
AutomationRulesFindingFieldsUpdate.Builder |
criticality(Integer criticality)
The rule action will update the
Criticality field of a finding. |
default AutomationRulesFindingFieldsUpdate.Builder |
note(Consumer<NoteUpdate.Builder> note)
Sets the value of the Note property for this object.
|
AutomationRulesFindingFieldsUpdate.Builder |
note(NoteUpdate note)
Sets the value of the Note property for this object.
|
AutomationRulesFindingFieldsUpdate.Builder |
relatedFindings(Collection<RelatedFinding> relatedFindings)
A list of findings that are related to a finding.
|
AutomationRulesFindingFieldsUpdate.Builder |
relatedFindings(Consumer<RelatedFinding.Builder>... relatedFindings)
A list of findings that are related to a finding.
|
AutomationRulesFindingFieldsUpdate.Builder |
relatedFindings(RelatedFinding... relatedFindings)
A list of findings that are related to a finding.
|
default AutomationRulesFindingFieldsUpdate.Builder |
severity(Consumer<SeverityUpdate.Builder> severity)
Sets the value of the Severity property for this object.
|
AutomationRulesFindingFieldsUpdate.Builder |
severity(SeverityUpdate severity)
Sets the value of the Severity property for this object.
|
AutomationRulesFindingFieldsUpdate.Builder |
types(Collection<String> types)
The rule action will update the
Types field of a finding. |
AutomationRulesFindingFieldsUpdate.Builder |
types(String... types)
The rule action will update the
Types field of a finding. |
AutomationRulesFindingFieldsUpdate.Builder |
userDefinedFields(Map<String,String> userDefinedFields)
The rule action will update the
UserDefinedFields field of a finding. |
AutomationRulesFindingFieldsUpdate.Builder |
verificationState(String verificationState)
The rule action will update the
VerificationState field of a finding. |
AutomationRulesFindingFieldsUpdate.Builder |
verificationState(VerificationState verificationState)
The rule action will update the
VerificationState field of a finding. |
default AutomationRulesFindingFieldsUpdate.Builder |
workflow(Consumer<WorkflowUpdate.Builder> workflow)
Sets the value of the Workflow property for this object.
|
AutomationRulesFindingFieldsUpdate.Builder |
workflow(WorkflowUpdate workflow)
Sets the value of the Workflow property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutomationRulesFindingFieldsUpdate.Builder note(NoteUpdate note)
note - The new value for the Note property for this object.default AutomationRulesFindingFieldsUpdate.Builder note(Consumer<NoteUpdate.Builder> note)
NoteUpdate.Builder avoiding the need to
create one manually via NoteUpdate.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to note(NoteUpdate).
note - a consumer that will call methods on NoteUpdate.Buildernote(NoteUpdate)AutomationRulesFindingFieldsUpdate.Builder severity(SeverityUpdate severity)
severity - The new value for the Severity property for this object.default AutomationRulesFindingFieldsUpdate.Builder severity(Consumer<SeverityUpdate.Builder> severity)
SeverityUpdate.Builder avoiding the need
to create one manually via SeverityUpdate.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to severity(SeverityUpdate).
severity - a consumer that will call methods on SeverityUpdate.Builderseverity(SeverityUpdate)AutomationRulesFindingFieldsUpdate.Builder verificationState(String verificationState)
The rule action will update the VerificationState field of a finding.
verificationState - The rule action will update the VerificationState field of a finding.VerificationState,
VerificationStateAutomationRulesFindingFieldsUpdate.Builder verificationState(VerificationState verificationState)
The rule action will update the VerificationState field of a finding.
verificationState - The rule action will update the VerificationState field of a finding.VerificationState,
VerificationStateAutomationRulesFindingFieldsUpdate.Builder confidence(Integer confidence)
The rule action will update the Confidence field of a finding.
confidence - The rule action will update the Confidence field of a finding.AutomationRulesFindingFieldsUpdate.Builder criticality(Integer criticality)
The rule action will update the Criticality field of a finding.
criticality - The rule action will update the Criticality field of a finding.AutomationRulesFindingFieldsUpdate.Builder types(Collection<String> types)
The rule action will update the Types field of a finding.
types - The rule action will update the Types field of a finding.AutomationRulesFindingFieldsUpdate.Builder types(String... types)
The rule action will update the Types field of a finding.
types - The rule action will update the Types field of a finding.AutomationRulesFindingFieldsUpdate.Builder userDefinedFields(Map<String,String> userDefinedFields)
The rule action will update the UserDefinedFields field of a finding.
userDefinedFields - The rule action will update the UserDefinedFields field of a finding.AutomationRulesFindingFieldsUpdate.Builder workflow(WorkflowUpdate workflow)
workflow - The new value for the Workflow property for this object.default AutomationRulesFindingFieldsUpdate.Builder workflow(Consumer<WorkflowUpdate.Builder> workflow)
WorkflowUpdate.Builder avoiding the need
to create one manually via WorkflowUpdate.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to workflow(WorkflowUpdate).
workflow - a consumer that will call methods on WorkflowUpdate.Builderworkflow(WorkflowUpdate)AutomationRulesFindingFieldsUpdate.Builder relatedFindings(Collection<RelatedFinding> relatedFindings)
A list of findings that are related to a finding.
relatedFindings - A list of findings that are related to a finding.AutomationRulesFindingFieldsUpdate.Builder relatedFindings(RelatedFinding... relatedFindings)
A list of findings that are related to a finding.
relatedFindings - A list of findings that are related to a finding.AutomationRulesFindingFieldsUpdate.Builder relatedFindings(Consumer<RelatedFinding.Builder>... relatedFindings)
A list of findings that are related to a finding.
This is a convenience method that creates an instance of theRelatedFinding.Builder avoiding the need to create
one manually via RelatedFinding.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #relatedFindings(List.
relatedFindings - a consumer that will call methods on
RelatedFinding.Builder#relatedFindings(java.util.Collection) Copyright © 2023. All rights reserved.