Interface ListAuditTasksResponse.Builder

    • Method Detail

      • tasks

        ListAuditTasksResponse.Builder tasks​(Collection<AuditTaskMetadata> tasks)

        The audits that were performed during the specified time period.

        Parameters:
        tasks - The audits that were performed during the specified time period.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tasks

        ListAuditTasksResponse.Builder tasks​(AuditTaskMetadata... tasks)

        The audits that were performed during the specified time period.

        Parameters:
        tasks - The audits that were performed during the specified time period.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAuditTasksResponse.Builder nextToken​(String nextToken)

        A token that can be used to retrieve the next set of results, or null if there are no additional results.

        Parameters:
        nextToken - A token that can be used to retrieve the next set of results, or null if there are no additional results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.