public static interface ResourceEndpointListItem.Builder extends SdkPojo, CopyableBuilder<ResourceEndpointListItem.Builder,ResourceEndpointListItem>
| Modifier and Type | Method and Description |
|---|---|
ResourceEndpointListItem.Builder |
protocol(ChannelProtocol protocol)
The protocol of the signaling channel returned by the
GetSignalingChannelEndpoint API. |
ResourceEndpointListItem.Builder |
protocol(String protocol)
The protocol of the signaling channel returned by the
GetSignalingChannelEndpoint API. |
ResourceEndpointListItem.Builder |
resourceEndpoint(String resourceEndpoint)
The endpoint of the signaling channel returned by the
GetSignalingChannelEndpoint API. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourceEndpointListItem.Builder protocol(String protocol)
The protocol of the signaling channel returned by the GetSignalingChannelEndpoint API.
protocol - The protocol of the signaling channel returned by the GetSignalingChannelEndpoint API.ChannelProtocol,
ChannelProtocolResourceEndpointListItem.Builder protocol(ChannelProtocol protocol)
The protocol of the signaling channel returned by the GetSignalingChannelEndpoint API.
protocol - The protocol of the signaling channel returned by the GetSignalingChannelEndpoint API.ChannelProtocol,
ChannelProtocolResourceEndpointListItem.Builder resourceEndpoint(String resourceEndpoint)
The endpoint of the signaling channel returned by the GetSignalingChannelEndpoint API.
resourceEndpoint - The endpoint of the signaling channel returned by the GetSignalingChannelEndpoint API.Copyright © 2023. All rights reserved.