Interface SipAddress.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SipAddress.Builder,,SipAddress> SdkBuilder<SipAddress.Builder,,SipAddress> SdkPojo
- Enclosing class:
SipAddress
public static interface SipAddress.Builder
extends SdkPojo, CopyableBuilder<SipAddress.Builder,SipAddress>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of the SIP address.The type of the SIP address.The URI for the SIP 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
-
uri
The URI for the SIP address.
- Parameters:
uri- The URI for the SIP address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the SIP address.
- Parameters:
type- The type of the SIP address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the SIP address.
- Parameters:
type- The type of the SIP address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-