Interface PhoneNumberCapabilities.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PhoneNumberCapabilities.Builder,PhoneNumberCapabilities>,SdkBuilder<PhoneNumberCapabilities.Builder,PhoneNumberCapabilities>,SdkPojo
- Enclosing class:
- PhoneNumberCapabilities
public static interface PhoneNumberCapabilities.Builder extends SdkPojo, CopyableBuilder<PhoneNumberCapabilities.Builder,PhoneNumberCapabilities>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PhoneNumberCapabilities.BuilderinboundCall(Boolean inboundCall)Allows or denies inbound calling for the specified phone number.PhoneNumberCapabilities.BuilderinboundMMS(Boolean inboundMMS)Allows or denies inbound MMS messaging for the specified phone number.PhoneNumberCapabilities.BuilderinboundSMS(Boolean inboundSMS)Allows or denies inbound SMS messaging for the specified phone number.PhoneNumberCapabilities.BuilderoutboundCall(Boolean outboundCall)Allows or denies outbound calling for the specified phone number.PhoneNumberCapabilities.BuilderoutboundMMS(Boolean outboundMMS)Allows or denies inbound MMS messaging for the specified phone number.PhoneNumberCapabilities.BuilderoutboundSMS(Boolean outboundSMS)Allows or denies outbound SMS messaging for the specified phone number.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
inboundCall
PhoneNumberCapabilities.Builder inboundCall(Boolean inboundCall)
Allows or denies inbound calling for the specified phone number.
- Parameters:
inboundCall- Allows or denies inbound calling for the specified phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outboundCall
PhoneNumberCapabilities.Builder outboundCall(Boolean outboundCall)
Allows or denies outbound calling for the specified phone number.
- Parameters:
outboundCall- Allows or denies outbound calling for the specified phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inboundSMS
PhoneNumberCapabilities.Builder inboundSMS(Boolean inboundSMS)
Allows or denies inbound SMS messaging for the specified phone number.
- Parameters:
inboundSMS- Allows or denies inbound SMS messaging for the specified phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outboundSMS
PhoneNumberCapabilities.Builder outboundSMS(Boolean outboundSMS)
Allows or denies outbound SMS messaging for the specified phone number.
- Parameters:
outboundSMS- Allows or denies outbound SMS messaging for the specified phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inboundMMS
PhoneNumberCapabilities.Builder inboundMMS(Boolean inboundMMS)
Allows or denies inbound MMS messaging for the specified phone number.
- Parameters:
inboundMMS- Allows or denies inbound MMS messaging for the specified phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outboundMMS
PhoneNumberCapabilities.Builder outboundMMS(Boolean outboundMMS)
Allows or denies inbound MMS messaging for the specified phone number.
- Parameters:
outboundMMS- Allows or denies inbound MMS messaging for the specified phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-