public static interface DescribeFleetEventsResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeFleetEventsResponse.Builder,DescribeFleetEventsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetEventsResponse.Builder |
events(Collection<Event> events)
A collection of objects containing event log entries for the specified fleet.
|
DescribeFleetEventsResponse.Builder |
events(Consumer<Event.Builder>... events)
A collection of objects containing event log entries for the specified fleet.
|
DescribeFleetEventsResponse.Builder |
events(Event... events)
A collection of objects containing event log entries for the specified fleet.
|
DescribeFleetEventsResponse.Builder |
nextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFleetEventsResponse.Builder events(Collection<Event> events)
A collection of objects containing event log entries for the specified fleet.
events - A collection of objects containing event log entries for the specified fleet.DescribeFleetEventsResponse.Builder events(Event... events)
A collection of objects containing event log entries for the specified fleet.
events - A collection of objects containing event log entries for the specified fleet.DescribeFleetEventsResponse.Builder events(Consumer<Event.Builder>... events)
A collection of objects containing event log entries for the specified fleet.
This is a convenience method that creates an instance of theEvent.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.
events - a consumer that will call methods on
Event.Builder#events(java.util.Collection) DescribeFleetEventsResponse.Builder nextToken(String 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.
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.Copyright © 2022. All rights reserved.