Interface GetCaseAuditEventsResponse.Builder

  • Method Details

    • 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.
    • auditEvents

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

      This is a convenience method that creates an instance of the AuditEvent.Builder avoiding the need to create one manually via AuditEvent.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to auditEvents(List<AuditEvent>).

      Parameters:
      auditEvents - a consumer that will call methods on AuditEvent.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.