Interface ListPlanExecutionEventsResponse.Builder

  • Method Details

    • items

      The items in the plan execution event.

      Parameters:
      items - The items in the plan execution event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      The items in the plan execution event.

      Parameters:
      items - The items in the plan execution event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      The items in the plan execution event.

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

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

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

      Specifies that you want to receive the next page of results. Valid only if you received a nextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's nextToken response to request the next page of results.

      Parameters:
      nextToken - Specifies that you want to receive the next page of results. Valid only if you received a nextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's nextToken response to request the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.