public static interface ListStreamKeysResponse.Builder extends IvsResponse.Builder, SdkPojo, CopyableBuilder<ListStreamKeysResponse.Builder,ListStreamKeysResponse>
| Modifier and Type | Method and Description |
|---|---|
ListStreamKeysResponse.Builder |
nextToken(String nextToken)
If there are more stream keys than
maxResults, use nextToken in the request to get
the next set. |
ListStreamKeysResponse.Builder |
streamKeys(Collection<StreamKeySummary> streamKeys)
List of stream keys.
|
ListStreamKeysResponse.Builder |
streamKeys(Consumer<StreamKeySummary.Builder>... streamKeys)
List of stream keys.
|
ListStreamKeysResponse.Builder |
streamKeys(StreamKeySummary... streamKeys)
List of stream keys.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStreamKeysResponse.Builder nextToken(String nextToken)
If there are more stream keys than maxResults, use nextToken in the request to get
the next set.
nextToken - If there are more stream keys than maxResults, use nextToken in the request
to get the next set.ListStreamKeysResponse.Builder streamKeys(Collection<StreamKeySummary> streamKeys)
List of stream keys.
streamKeys - List of stream keys.ListStreamKeysResponse.Builder streamKeys(StreamKeySummary... streamKeys)
List of stream keys.
streamKeys - List of stream keys.ListStreamKeysResponse.Builder streamKeys(Consumer<StreamKeySummary.Builder>... streamKeys)
List of stream keys.
This is a convenience method that creates an instance of theStreamKeySummary.Builder avoiding the need to create one
manually via StreamKeySummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #streamKeys(List.
streamKeys - a consumer that will call methods on
StreamKeySummary.Builder#streamKeys(java.util.Collection) Copyright © 2023. All rights reserved.