public static interface ListEventLogsResponse.Builder extends CodeCatalystResponse.Builder, SdkPojo, CopyableBuilder<ListEventLogsResponse.Builder,ListEventLogsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEventLogsResponse.Builder |
items(Collection<EventLogEntry> items)
Information about each event retrieved in the list.
|
ListEventLogsResponse.Builder |
items(Consumer<EventLogEntry.Builder>... items)
Information about each event retrieved in the list.
|
ListEventLogsResponse.Builder |
items(EventLogEntry... items)
Information about each event retrieved in the list.
|
ListEventLogsResponse.Builder |
nextToken(String nextToken)
A token returned from a call to this API to indicate the next batch of results to return, if any.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEventLogsResponse.Builder nextToken(String nextToken)
A token returned from a call to this API to indicate the next batch of results to return, if any.
nextToken - A token returned from a call to this API to indicate the next batch of results to return, if any.ListEventLogsResponse.Builder items(Collection<EventLogEntry> items)
Information about each event retrieved in the list.
items - Information about each event retrieved in the list.ListEventLogsResponse.Builder items(EventLogEntry... items)
Information about each event retrieved in the list.
items - Information about each event retrieved in the list.ListEventLogsResponse.Builder items(Consumer<EventLogEntry.Builder>... items)
Information about each event retrieved in the list.
This is a convenience method that creates an instance of theEventLogEntry.Builder avoiding the need to create
one manually via EventLogEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #items(List.
items - a consumer that will call methods on
EventLogEntry.Builder#items(java.util.Collection) Copyright © 2022. All rights reserved.