Interface IPDialIn.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IPDialIn.Builder,,IPDialIn> SdkBuilder<IPDialIn.Builder,,IPDialIn> SdkPojo
- Enclosing class:
IPDialIn
public static interface IPDialIn.Builder
extends SdkPojo, CopyableBuilder<IPDialIn.Builder,IPDialIn>
-
Method Summary
Modifier and TypeMethodDescriptioncommsProtocol(String commsProtocol) The protocol, including SIP, SIPS, and H323.commsProtocol(CommsProtocol commsProtocol) The protocol, including SIP, SIPS, and H323.The IP address.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
endpoint
The IP address.
- Parameters:
endpoint- The IP address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
commsProtocol
The protocol, including SIP, SIPS, and H323.
- Parameters:
commsProtocol- The protocol, including SIP, SIPS, and H323.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
commsProtocol
The protocol, including SIP, SIPS, and H323.
- Parameters:
commsProtocol- The protocol, including SIP, SIPS, and H323.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-