| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
static SingleMasterChannelEndpointConfiguration.Builder |
SingleMasterChannelEndpointConfiguration.builder() |
SingleMasterChannelEndpointConfiguration.Builder |
SingleMasterChannelEndpointConfiguration.Builder.protocols(ChannelProtocol... protocols)
This property is used to determine the nature of communication over this
SINGLE_MASTER signaling
channel. |
SingleMasterChannelEndpointConfiguration.Builder |
SingleMasterChannelEndpointConfiguration.Builder.protocols(Collection<ChannelProtocol> protocols)
This property is used to determine the nature of communication over this
SINGLE_MASTER signaling
channel. |
SingleMasterChannelEndpointConfiguration.Builder |
SingleMasterChannelEndpointConfiguration.Builder.protocolsWithStrings(Collection<String> protocols)
This property is used to determine the nature of communication over this
SINGLE_MASTER signaling
channel. |
SingleMasterChannelEndpointConfiguration.Builder |
SingleMasterChannelEndpointConfiguration.Builder.protocolsWithStrings(String... protocols)
This property is used to determine the nature of communication over this
SINGLE_MASTER signaling
channel. |
SingleMasterChannelEndpointConfiguration.Builder |
SingleMasterChannelEndpointConfiguration.Builder.role(ChannelRole role)
This property is used to determine messaging permissions in this
SINGLE_MASTER signaling
channel. |
SingleMasterChannelEndpointConfiguration.Builder |
SingleMasterChannelEndpointConfiguration.Builder.role(String role)
This property is used to determine messaging permissions in this
SINGLE_MASTER signaling
channel. |
SingleMasterChannelEndpointConfiguration.Builder |
SingleMasterChannelEndpointConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SingleMasterChannelEndpointConfiguration.Builder> |
SingleMasterChannelEndpointConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetSignalingChannelEndpointRequest.Builder |
GetSignalingChannelEndpointRequest.Builder.singleMasterChannelEndpointConfiguration(Consumer<SingleMasterChannelEndpointConfiguration.Builder> singleMasterChannelEndpointConfiguration)
A structure containing the endpoint configuration for the
SINGLE_MASTER channel type. |
Copyright © 2023. All rights reserved.