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(String channelStatus) |
Current status of the signaling channel.
|
ChannelInfo.Builder |
ChannelInfo.Builder.channelStatus(Status channelStatus) |
Current status of the signaling channel.
|
ChannelInfo.Builder |
ChannelInfo.Builder.channelType(String channelType) |
The type of the signaling channel.
|
ChannelInfo.Builder |
ChannelInfo.Builder.channelType(ChannelType 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.
|