Interface TelephonySettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TelephonySettings.Builder,TelephonySettings>,SdkBuilder<TelephonySettings.Builder,TelephonySettings>,SdkPojo
- Enclosing class:
- TelephonySettings
public static interface TelephonySettings.Builder extends SdkPojo, CopyableBuilder<TelephonySettings.Builder,TelephonySettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TelephonySettings.BuilderinboundCalling(Boolean inboundCalling)Allows or denies inbound calling.TelephonySettings.BuilderoutboundCalling(Boolean outboundCalling)Allows or denies outbound calling.TelephonySettings.Buildersms(Boolean sms)Allows or denies SMS messaging.-
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
-
inboundCalling
TelephonySettings.Builder inboundCalling(Boolean inboundCalling)
Allows or denies inbound calling.
- Parameters:
inboundCalling- Allows or denies inbound calling.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outboundCalling
TelephonySettings.Builder outboundCalling(Boolean outboundCalling)
Allows or denies outbound calling.
- Parameters:
outboundCalling- Allows or denies outbound calling.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sms
TelephonySettings.Builder sms(Boolean sms)
Allows or denies SMS messaging.
- Parameters:
sms- Allows or denies SMS messaging.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-