public static interface ListStreamsResponse.Builder extends KinesisVideoResponse.Builder, 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(StreamInfo... streamInfoList)
An array of
StreamInfo objects. |
build
copy
apply, 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 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.