public static interface DescribeEventsResponse.Builder extends RDSResponse.Builder, CopyableBuilder<DescribeEventsResponse.Builder,DescribeEventsResponse>
| Modifier and Type | Method and 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.
|
buildcopyapply, 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.
events - A list of Event instances.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.