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)
Collection of objects containing event log entries for the specified fleet.
|
DescribeFleetEventsResponse.Builder |
events(Consumer<Event.Builder>... events)
Collection of objects containing event log entries for the specified fleet.
|
DescribeFleetEventsResponse.Builder |
events(Event... events)
Collection of objects containing event log entries for the specified fleet.
|
DescribeFleetEventsResponse.Builder |
nextToken(String nextToken)
Token that indicates where to resume retrieving results on the next call to this action.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeFleetEventsResponse.Builder events(Collection<Event> events)
Collection of objects containing event log entries for the specified fleet.
events
- Collection of objects containing event log entries for the specified fleet.DescribeFleetEventsResponse.Builder events(Event... events)
Collection of objects containing event log entries for the specified fleet.
events
- Collection of objects containing event log entries for the specified fleet.DescribeFleetEventsResponse.Builder events(Consumer<Event.Builder>... events)
Collection of objects containing event log entries for the specified fleet.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create
one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its result
is passed to #events(List)
.events
- a consumer that will call methods on List.Builder
#events(List)
DescribeFleetEventsResponse.Builder nextToken(String nextToken)
Token that indicates where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
nextToken
- Token that indicates where to resume retrieving results on the next call to this action. If no token
is returned, these results represent the end of the list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.