Interface DescribeEventsResponse.Builder

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

  • Method Details

    • marker

      An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

      Parameters:
      marker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • events

      The events described.

      Parameters:
      events - The events described.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • events

      The events described.

      Parameters:
      events - The events described.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • events

      The events described.

      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: