public static interface DescribeEventsResponse.Builder extends DocDbResponse.Builder, SdkPojo, CopyableBuilder<DescribeEventsResponse.Builder,DescribeEventsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeEventsResponse.Builder |
events(Collection<Event> events)
Detailed information about one or more events.
|
DescribeEventsResponse.Builder |
events(Consumer<Event.Builder>... events)
Detailed information about one or more events.
|
DescribeEventsResponse.Builder |
events(Event... events)
Detailed information about one or more events.
|
DescribeEventsResponse.Builder |
marker(String marker)
An optional pagination token provided by a previous request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEventsResponse.Builder marker(String marker)
An optional pagination token provided by a previous 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 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)
Detailed information about one or more events.
events - Detailed information about one or more events.DescribeEventsResponse.Builder events(Event... events)
Detailed information about one or more events.
events - Detailed information about one or more events.DescribeEventsResponse.Builder events(Consumer<Event.Builder>... events)
Detailed information about one or more events.
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.