public static interface ListStreamsResponse.Builder extends KinesisVideoResponse.Builder, SdkPojo, CopyableBuilder<ListStreamsResponse.Builder,ListStreamsResponse>
Modifier and Type | Method and Description |
---|---|
ListStreamsResponse.Builder |
nextToken(String nextToken)
If the response is truncated, the call returns this element with a token.
|
ListStreamsResponse.Builder |
streamInfoList(Collection<StreamInfo> streamInfoList)
An array of
StreamInfo objects. |
ListStreamsResponse.Builder |
streamInfoList(Consumer<StreamInfo.Builder>... streamInfoList)
An array of
StreamInfo objects. |
ListStreamsResponse.Builder |
streamInfoList(StreamInfo... streamInfoList)
An array of
StreamInfo objects. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListStreamsResponse.Builder streamInfoList(Collection<StreamInfo> streamInfoList)
An array of StreamInfo
objects.
streamInfoList
- An array of StreamInfo
objects.ListStreamsResponse.Builder streamInfoList(StreamInfo... streamInfoList)
An array of StreamInfo
objects.
streamInfoList
- An array of StreamInfo
objects.ListStreamsResponse.Builder streamInfoList(Consumer<StreamInfo.Builder>... streamInfoList)
An array of StreamInfo
objects.
List.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 #streamInfoList(List)
.streamInfoList
- a consumer that will call methods on List.Builder
#streamInfoList(List)
ListStreamsResponse.Builder nextToken(String nextToken)
If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
nextToken
- If the response is truncated, the call returns this element with a token. To get the next batch of
streams, use this token in your next request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.