public static interface DescribeEventsResponse.Builder extends NeptuneResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theEvent.Builder avoiding the need to create one manually
via Event.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #events(List.
events - a consumer that will call methods on
Event.Builder#events(java.util.Collection) Copyright © 2023. All rights reserved.