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