public static interface IPDialIn.Builder extends SdkPojo, CopyableBuilder<IPDialIn.Builder,IPDialIn>
Modifier and Type | Method and Description |
---|---|
IPDialIn.Builder |
commsProtocol(CommsProtocol commsProtocol)
The protocol, including SIP, SIPS, and H323.
|
IPDialIn.Builder |
commsProtocol(String commsProtocol)
The protocol, including SIP, SIPS, and H323.
|
IPDialIn.Builder |
endpoint(String endpoint)
The IP address.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
IPDialIn.Builder endpoint(String endpoint)
The IP address.
endpoint
- The IP address.IPDialIn.Builder commsProtocol(String commsProtocol)
The protocol, including SIP, SIPS, and H323.
commsProtocol
- The protocol, including SIP, SIPS, and H323.CommsProtocol
,
CommsProtocol
IPDialIn.Builder commsProtocol(CommsProtocol commsProtocol)
The protocol, including SIP, SIPS, and H323.
commsProtocol
- The protocol, including SIP, SIPS, and H323.CommsProtocol
,
CommsProtocol
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.