Interface AuditMitigationActionExecutionMetadata.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AuditMitigationActionExecutionMetadata.Builder,AuditMitigationActionExecutionMetadata>, SdkBuilder<AuditMitigationActionExecutionMetadata.Builder,AuditMitigationActionExecutionMetadata>, SdkPojo
Enclosing class:
AuditMitigationActionExecutionMetadata

public static interface AuditMitigationActionExecutionMetadata.Builder extends SdkPojo, CopyableBuilder<AuditMitigationActionExecutionMetadata.Builder,AuditMitigationActionExecutionMetadata>
  • Method Details

    • taskId

      The unique identifier for the task that applies the mitigation action.

      Parameters:
      taskId - The unique identifier for the task that applies the mitigation action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • findingId

      The unique identifier for the findings to which the task and associated mitigation action are applied.

      Parameters:
      findingId - The unique identifier for the findings to which the task and associated mitigation action are applied.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • actionName

      The friendly name of the mitigation action being applied by the task.

      Parameters:
      actionName - The friendly name of the mitigation action being applied by the task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • actionId

      The unique identifier for the mitigation action being applied by the task.

      Parameters:
      actionId - The unique identifier for the mitigation action being applied by the task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the task being executed.

      Parameters:
      status - The current status of the task being executed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the task being executed.

      Parameters:
      status - The current status of the task being executed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • startTime

      The date and time when the task was started.

      Parameters:
      startTime - The date and time when the task was started.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endTime

      The date and time when the task was completed or canceled. Blank if the task is still running.

      Parameters:
      endTime - The date and time when the task was completed or canceled. Blank if the task is still running.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorCode

      If an error occurred, the code that indicates which type of error occurred.

      Parameters:
      errorCode - If an error occurred, the code that indicates which type of error occurred.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      If an error occurred, a message that describes the error.

      Parameters:
      message - If an error occurred, a message that describes the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.