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(Consumer<Event.Builder>... 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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.DescribeEventsResponse.Builder events(Consumer<Event.Builder>... events)
A list of Event instances.
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) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.