public static interface DescribeEventsResponse.Builder extends ElastiCacheResponse.Builder, CopyableBuilder<DescribeEventsResponse.Builder,DescribeEventsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeEventsResponse.Builder |
events(Collection<Event> events)
A list of events.
|
DescribeEventsResponse.Builder |
events(Event... events)
A list of events.
|
DescribeEventsResponse.Builder |
marker(String marker)
Provides an identifier to allow retrieval of paginated results.
|
buildcopyapply, buildDescribeEventsResponse.Builder marker(String marker)
Provides an identifier to allow retrieval of paginated results.
marker - Provides an identifier to allow retrieval of paginated results.DescribeEventsResponse.Builder events(Collection<Event> events)
A list of events. Each element in the list contains detailed information about one event.
events - A list of events. Each element in the list contains detailed information about one event.DescribeEventsResponse.Builder events(Event... events)
A list of events. Each element in the list contains detailed information about one event.
events - A list of events. Each element in the list contains detailed information about one event.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.