public static interface DescribeSignalingChannelResponse.Builder extends KinesisVideoResponse.Builder, SdkPojo, CopyableBuilder<DescribeSignalingChannelResponse.Builder,DescribeSignalingChannelResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeSignalingChannelResponse.Builder |
channelInfo(ChannelInfo channelInfo)
A structure that encapsulates the specified signaling channel's metadata and properties.
|
default DescribeSignalingChannelResponse.Builder |
channelInfo(Consumer<ChannelInfo.Builder> channelInfo)
A structure that encapsulates the specified signaling channel's metadata and properties.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSignalingChannelResponse.Builder channelInfo(ChannelInfo channelInfo)
A structure that encapsulates the specified signaling channel's metadata and properties.
channelInfo - A structure that encapsulates the specified signaling channel's metadata and properties.default DescribeSignalingChannelResponse.Builder channelInfo(Consumer<ChannelInfo.Builder> channelInfo)
A structure that encapsulates the specified signaling channel's metadata and properties.
This is a convenience method that creates an instance of theChannelInfo.Builder avoiding the need to
create one manually via ChannelInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to channelInfo(ChannelInfo).
channelInfo - a consumer that will call methods on ChannelInfo.BuilderchannelInfo(ChannelInfo)Copyright © 2023. All rights reserved.