Interface DescribeAuditTaskResponse.Builder

    • Method Detail

      • taskStatus

        DescribeAuditTaskResponse.Builder taskStatus​(String taskStatus)

        The status of the audit: one of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".

        Parameters:
        taskStatus - The status of the audit: one of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AuditTaskStatus, AuditTaskStatus
      • taskStatus

        DescribeAuditTaskResponse.Builder taskStatus​(AuditTaskStatus taskStatus)

        The status of the audit: one of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".

        Parameters:
        taskStatus - The status of the audit: one of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AuditTaskStatus, AuditTaskStatus
      • taskType

        DescribeAuditTaskResponse.Builder taskType​(String taskType)

        The type of audit: "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".

        Parameters:
        taskType - The type of audit: "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AuditTaskType, AuditTaskType
      • taskType

        DescribeAuditTaskResponse.Builder taskType​(AuditTaskType taskType)

        The type of audit: "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".

        Parameters:
        taskType - The type of audit: "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AuditTaskType, AuditTaskType
      • taskStartTime

        DescribeAuditTaskResponse.Builder taskStartTime​(Instant taskStartTime)

        The time the audit started.

        Parameters:
        taskStartTime - The time the audit started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • taskStatistics

        DescribeAuditTaskResponse.Builder taskStatistics​(TaskStatistics taskStatistics)

        Statistical information about the audit.

        Parameters:
        taskStatistics - Statistical information about the audit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scheduledAuditName

        DescribeAuditTaskResponse.Builder scheduledAuditName​(String scheduledAuditName)

        The name of the scheduled audit (only if the audit was a scheduled audit).

        Parameters:
        scheduledAuditName - The name of the scheduled audit (only if the audit was a scheduled audit).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • auditDetails

        DescribeAuditTaskResponse.Builder auditDetails​(Map<String,​AuditCheckDetails> auditDetails)

        Detailed information about each check performed during this audit.

        Parameters:
        auditDetails - Detailed information about each check performed during this audit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.