public static interface AuditMitigationActionsTaskTarget.Builder extends SdkPojo, CopyableBuilder<AuditMitigationActionsTaskTarget.Builder,AuditMitigationActionsTaskTarget>
| Modifier and Type | Method and Description |
|---|---|
AuditMitigationActionsTaskTarget.Builder |
auditCheckToReasonCodeFilter(Map<String,? extends Collection<String>> auditCheckToReasonCodeFilter)
Specifies a filter in the form of an audit check and set of reason codes that identify the findings from the
audit to which the audit mitigation actions task apply.
|
AuditMitigationActionsTaskTarget.Builder |
auditTaskId(String auditTaskId)
If the task will apply a mitigation action to findings from a specific audit, this value uniquely identifies
the audit.
|
AuditMitigationActionsTaskTarget.Builder |
findingIds(Collection<String> findingIds)
If the task will apply a mitigation action to one or more listed findings, this value uniquely identifies
those findings.
|
AuditMitigationActionsTaskTarget.Builder |
findingIds(String... findingIds)
If the task will apply a mitigation action to one or more listed findings, this value uniquely identifies
those findings.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAuditMitigationActionsTaskTarget.Builder auditTaskId(String auditTaskId)
If the task will apply a mitigation action to findings from a specific audit, this value uniquely identifies the audit.
auditTaskId - If the task will apply a mitigation action to findings from a specific audit, this value uniquely
identifies the audit.AuditMitigationActionsTaskTarget.Builder findingIds(Collection<String> findingIds)
If the task will apply a mitigation action to one or more listed findings, this value uniquely identifies those findings.
findingIds - If the task will apply a mitigation action to one or more listed findings, this value uniquely
identifies those findings.AuditMitigationActionsTaskTarget.Builder findingIds(String... findingIds)
If the task will apply a mitigation action to one or more listed findings, this value uniquely identifies those findings.
findingIds - If the task will apply a mitigation action to one or more listed findings, this value uniquely
identifies those findings.AuditMitigationActionsTaskTarget.Builder auditCheckToReasonCodeFilter(Map<String,? extends Collection<String>> auditCheckToReasonCodeFilter)
Specifies a filter in the form of an audit check and set of reason codes that identify the findings from the audit to which the audit mitigation actions task apply.
auditCheckToReasonCodeFilter - Specifies a filter in the form of an audit check and set of reason codes that identify the findings
from the audit to which the audit mitigation actions task apply.Copyright © 2023. All rights reserved.