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 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 #eventActions(List) .eventActions - a consumer that will call methods on List.Builder #eventActions(List) 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 © 2021. All rights reserved.