Interface AuditMitigationActionsTaskTarget.Builder

    • Method Detail

      • auditTaskId

        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.

        Parameters:
        auditTaskId - If the task will apply a mitigation action to findings from a specific audit, this value uniquely identifies the audit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • findingIds

        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.

        Parameters:
        findingIds - If the task will apply a mitigation action to one or more listed findings, this value uniquely identifies those findings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • findingIds

        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.

        Parameters:
        findingIds - If the task will apply a mitigation action to one or more listed findings, this value uniquely identifies those findings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • auditCheckToReasonCodeFilter

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.