Interface DescribeSignalingChannelResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeSignalingChannelResponse.Builder,DescribeSignalingChannelResponse>,KinesisVideoResponse.Builder,SdkBuilder<DescribeSignalingChannelResponse.Builder,DescribeSignalingChannelResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeSignalingChannelResponse
public static interface DescribeSignalingChannelResponse.Builder extends KinesisVideoResponse.Builder, SdkPojo, CopyableBuilder<DescribeSignalingChannelResponse.Builder,DescribeSignalingChannelResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeSignalingChannelResponse.BuilderchannelInfo(Consumer<ChannelInfo.Builder> channelInfo)A structure that encapsulates the specified signaling channel's metadata and properties.DescribeSignalingChannelResponse.BuilderchannelInfo(ChannelInfo channelInfo)A structure that encapsulates the specified signaling channel's metadata and properties.-
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
-
channelInfo
DescribeSignalingChannelResponse.Builder channelInfo(ChannelInfo channelInfo)
A structure that encapsulates the specified signaling channel's metadata and properties.
- Parameters:
channelInfo- A structure that encapsulates the specified signaling channel's metadata and properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelInfo
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.Builderavoiding the need to create one manually viaChannelInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tochannelInfo(ChannelInfo).- Parameters:
channelInfo- 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:
channelInfo(ChannelInfo)
-
-