CopyableBuilder<DescribeFleetEventsResponse.Builder,DescribeFleetEventsResponse>
, SdkBuilder<DescribeFleetEventsResponse.Builder,DescribeFleetEventsResponse>
public static interface DescribeFleetEventsResponse.Builder extends CopyableBuilder<DescribeFleetEventsResponse.Builder,DescribeFleetEventsResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeFleetEventsResponse.Builder |
events(Collection<Event> 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.
|
copy
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setEvents(java.util.Collection)
or #withEvents(java.util.Collection)
if you want to override
the existing values.
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. 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.