Interface ListCaseEditsResponse.Builder

  • Method Details

    • nextToken

      ListCaseEditsResponse.Builder nextToken(String nextToken)

      Optional element.

      Parameters:
      nextToken - Optional element.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      Response element for ListCaseEdits that includes the action, eventtimestamp, message, and principal for the response.

      Parameters:
      items - Response element for ListCaseEdits that includes the action, eventtimestamp, message, and principal for the response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      Response element for ListCaseEdits that includes the action, eventtimestamp, message, and principal for the response.

      Parameters:
      items - Response element for ListCaseEdits that includes the action, eventtimestamp, message, and principal for the response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      Response element for ListCaseEdits that includes the action, eventtimestamp, message, and principal for the response.

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

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

      Parameters:
      items - a consumer that will call methods on CaseEditItem.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • total

      Response element for ListCaseEdits that identifies the total number of edits.

      Parameters:
      total - Response element for ListCaseEdits that identifies the total number of edits.
      Returns:
      Returns a reference to this object so that method calls can be chained together.