Interface DescribeEventsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeEventsResponse.Builder,DescribeEventsResponse>, MemoryDbResponse.Builder, SdkBuilder<DescribeEventsResponse.Builder,DescribeEventsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeEventsResponse

public static interface DescribeEventsResponse.Builder extends MemoryDbResponse.Builder, SdkPojo, CopyableBuilder<DescribeEventsResponse.Builder,DescribeEventsResponse>
  • Method Details

    • nextToken

      DescribeEventsResponse.Builder nextToken(String nextToken)

      An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

      Parameters:
      nextToken - An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • events

      A list of events. Each element in the list contains detailed information about one event.

      Parameters:
      events - A list of events. Each element in the list contains detailed information about one event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • events

      A list of events. Each element in the list contains detailed information about one event.

      Parameters:
      events - A list of events. Each element in the list contains detailed information about one event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • events

      A list of events. Each element in the list contains detailed information about one event.

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

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

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