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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SipAddress.Buildertype(String type)The type of the SIP address.SipAddress.Buildertype(SipType type)The type of the SIP address.SipAddress.Builderuri(String uri)The URI for the SIP address.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
uri
SipAddress.Builder uri(String 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
SipAddress.Builder type(String type)
The type of the SIP address.
-
type
SipAddress.Builder type(SipType type)
The type of the SIP address.
-
-