| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
static ChannelInfo.Builder |
ChannelInfo.builder() |
ChannelInfo.Builder |
ChannelInfo.Builder.channelARN(String channelARN)
The Amazon Resource Name (ARN) of the signaling channel.
|
ChannelInfo.Builder |
ChannelInfo.Builder.channelName(String channelName)
The name of the signaling channel.
|
ChannelInfo.Builder |
ChannelInfo.Builder.channelStatus(Status channelStatus)
Current status of the signaling channel.
|
ChannelInfo.Builder |
ChannelInfo.Builder.channelStatus(String channelStatus)
Current status of the signaling channel.
|
ChannelInfo.Builder |
ChannelInfo.Builder.channelType(ChannelType channelType)
The type of the signaling channel.
|
ChannelInfo.Builder |
ChannelInfo.Builder.channelType(String channelType)
The type of the signaling channel.
|
ChannelInfo.Builder |
ChannelInfo.Builder.creationTime(Instant creationTime)
The time at which the signaling channel was created.
|
default ChannelInfo.Builder |
ChannelInfo.Builder.singleMasterConfiguration(Consumer<SingleMasterConfiguration.Builder> singleMasterConfiguration)
A structure that contains the configuration for the
SINGLE_MASTER channel type. |
ChannelInfo.Builder |
ChannelInfo.Builder.singleMasterConfiguration(SingleMasterConfiguration singleMasterConfiguration)
A structure that contains the configuration for the
SINGLE_MASTER channel type. |
ChannelInfo.Builder |
ChannelInfo.toBuilder() |
ChannelInfo.Builder |
ChannelInfo.Builder.version(String version)
The current version of the signaling channel.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ChannelInfo.Builder> |
ChannelInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeSignalingChannelResponse.Builder |
DescribeSignalingChannelResponse.Builder.channelInfo(Consumer<ChannelInfo.Builder> channelInfo)
A structure that encapsulates the specified signaling channel's metadata and properties.
|
Copyright © 2023. All rights reserved.