Interface GetCaseAuditEventsResponse.Builder

    • Method Detail

      • auditEvents

        GetCaseAuditEventsResponse.Builder auditEvents​(Collection<AuditEvent> auditEvents)

        A list of case audits where each represents a particular edit of the case.

        Parameters:
        auditEvents - A list of case audits where each represents a particular edit of the case.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • auditEvents

        GetCaseAuditEventsResponse.Builder auditEvents​(AuditEvent... auditEvents)

        A list of case audits where each represents a particular edit of the case.

        Parameters:
        auditEvents - A list of case audits where each represents a particular edit of the case.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetCaseAuditEventsResponse.Builder nextToken​(String nextToken)

        The token for the next set of results. This is null if there are no more results to return.

        Parameters:
        nextToken - The token for the next set of results. This is null if there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.