public static interface ListEventStreamsResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<ListEventStreamsResponse.Builder,ListEventStreamsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEventStreamsResponse.Builder |
items(Collection<EventStreamSummary> items)
Contains summary information about an EventStream.
|
ListEventStreamsResponse.Builder |
items(Consumer<EventStreamSummary.Builder>... items)
Contains summary information about an EventStream.
|
ListEventStreamsResponse.Builder |
items(EventStreamSummary... items)
Contains summary information about an EventStream.
|
ListEventStreamsResponse.Builder |
nextToken(String nextToken)
Identifies the next page of results to return.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEventStreamsResponse.Builder items(Collection<EventStreamSummary> items)
Contains summary information about an EventStream.
items - Contains summary information about an EventStream.ListEventStreamsResponse.Builder items(EventStreamSummary... items)
Contains summary information about an EventStream.
items - Contains summary information about an EventStream.ListEventStreamsResponse.Builder items(Consumer<EventStreamSummary.Builder>... items)
Contains summary information about an EventStream.
This is a convenience method that creates an instance of theEventStreamSummary.Builder avoiding the need
to create one manually via
EventStreamSummary.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
EventStreamSummary.Builder#items(java.util.Collection) ListEventStreamsResponse.Builder nextToken(String nextToken)
Identifies the next page of results to return.
nextToken - Identifies the next page of results to return.Copyright © 2023. All rights reserved.