public static interface ListEventActionsResponse.Builder extends DataExchangeResponse.Builder, SdkPojo, CopyableBuilder<ListEventActionsResponse.Builder,ListEventActionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEventActionsResponse.Builder |
eventActions(Collection<EventActionEntry> eventActions)
The event action objects listed by the request.
|
ListEventActionsResponse.Builder |
eventActions(Consumer<EventActionEntry.Builder>... eventActions)
The event action objects listed by the request.
|
ListEventActionsResponse.Builder |
eventActions(EventActionEntry... eventActions)
The event action objects listed by the request.
|
ListEventActionsResponse.Builder |
nextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEventActionsResponse.Builder eventActions(Collection<EventActionEntry> eventActions)
The event action objects listed by the request.
eventActions - The event action objects listed by the request.ListEventActionsResponse.Builder eventActions(EventActionEntry... eventActions)
The event action objects listed by the request.
eventActions - The event action objects listed by the request.ListEventActionsResponse.Builder eventActions(Consumer<EventActionEntry.Builder>... eventActions)
The event action objects listed by the request.
This is a convenience method that creates an instance of theEventActionEntry.Builder avoiding the need to
create one manually via EventActionEntry.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #eventActions(List.
eventActions - a consumer that will call methods on
EventActionEntry.Builder#eventActions(java.util.Collection) ListEventActionsResponse.Builder nextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken - The token value retrieved from a previous call to access the next page of results.Copyright © 2023. All rights reserved.