Interface DescribeFleetEventsResponse.Builder

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

public static interface DescribeFleetEventsResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeFleetEventsResponse.Builder,DescribeFleetEventsResponse>
  • Method Details

    • events

      A collection of objects containing event log entries for the specified fleet.

      Parameters:
      events - A collection of objects containing event log entries for the specified fleet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • events

      A collection of objects containing event log entries for the specified fleet.

      Parameters:
      events - A collection of objects containing event log entries for the specified fleet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • events

      A collection of objects containing event log entries for the specified fleet.

      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:
    • nextToken

      A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.

      Parameters:
      nextToken - A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.