CopyableBuilder<DescribeEventsResponse.Builder,DescribeEventsResponse>, SdkBuilder<DescribeEventsResponse.Builder,DescribeEventsResponse>public static interface DescribeEventsResponse.Builder extends CopyableBuilder<DescribeEventsResponse.Builder,DescribeEventsResponse>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeEventsResponse.Builder |
events(Collection<Event> events) |
A list of Event instances.
|
DescribeEventsResponse.Builder |
events(Event... events) |
A list of Event instances.
|
DescribeEventsResponse.Builder |
marker(String marker) |
An optional pagination token provided by a previous Events request.
|
copyapply, buildDescribeEventsResponse.Builder marker(String marker)
An optional pagination token provided by a previous Events request. If this parameter is specified, the
response includes only records beyond the marker, up to the value specified by MaxRecords .
marker - An optional pagination token provided by a previous Events request. If this parameter is specified,
the response includes only records beyond the marker, up to the value specified by
MaxRecords .DescribeEventsResponse.Builder events(Collection<Event> events)
A list of Event instances.
events - A list of Event instances.DescribeEventsResponse.Builder events(Event... events)
A list of Event instances.
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 - A list of Event instances.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.