Interface ListSignalingChannelsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListSignalingChannelsResponse.Builder,ListSignalingChannelsResponse>,KinesisVideoResponse.Builder,SdkBuilder<ListSignalingChannelsResponse.Builder,ListSignalingChannelsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListSignalingChannelsResponse
public static interface ListSignalingChannelsResponse.Builder extends KinesisVideoResponse.Builder, SdkPojo, CopyableBuilder<ListSignalingChannelsResponse.Builder,ListSignalingChannelsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSignalingChannelsResponse.BuilderchannelInfoList(Collection<ChannelInfo> channelInfoList)An array ofChannelInfoobjects.ListSignalingChannelsResponse.BuilderchannelInfoList(Consumer<ChannelInfo.Builder>... channelInfoList)An array ofChannelInfoobjects.ListSignalingChannelsResponse.BuilderchannelInfoList(ChannelInfo... channelInfoList)An array ofChannelInfoobjects.ListSignalingChannelsResponse.BuildernextToken(String nextToken)If the response is truncated, the call returns this element with a token.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.kinesisvideo.model.KinesisVideoResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
channelInfoList
ListSignalingChannelsResponse.Builder channelInfoList(Collection<ChannelInfo> channelInfoList)
An array of
ChannelInfoobjects.- Parameters:
channelInfoList- An array ofChannelInfoobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelInfoList
ListSignalingChannelsResponse.Builder channelInfoList(ChannelInfo... channelInfoList)
An array of
ChannelInfoobjects.- Parameters:
channelInfoList- An array ofChannelInfoobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelInfoList
ListSignalingChannelsResponse.Builder channelInfoList(Consumer<ChannelInfo.Builder>... channelInfoList)
An array of
This is a convenience method that creates an instance of theChannelInfoobjects.ChannelInfo.Builderavoiding the need to create one manually viaChannelInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#channelInfoList(List.) - Parameters:
channelInfoList- a consumer that will call methods onChannelInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#channelInfoList(java.util.Collection)
-
nextToken
ListSignalingChannelsResponse.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-