Interface PhoneNumberCapabilities.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<PhoneNumberCapabilities.Builder,,- PhoneNumberCapabilities> - SdkBuilder<PhoneNumberCapabilities.Builder,,- PhoneNumberCapabilities> - SdkPojo
- Enclosing class:
- PhoneNumberCapabilities
@Mutable
@NotThreadSafe
public static interface PhoneNumberCapabilities.Builder
extends SdkPojo, CopyableBuilder<PhoneNumberCapabilities.Builder,PhoneNumberCapabilities> 
- 
Method SummaryModifier and TypeMethodDescriptioninboundCall(Boolean inboundCall) Allows or denies inbound calling for the specified phone number.inboundMMS(Boolean inboundMMS) Allows or denies inbound MMS messaging for the specified phone number.inboundSMS(Boolean inboundSMS) Allows or denies inbound SMS messaging for the specified phone number.outboundCall(Boolean outboundCall) Allows or denies outbound calling for the specified phone number.outboundMMS(Boolean outboundMMS) Allows or denies inbound MMS messaging for the specified phone number.outboundSMS(Boolean outboundSMS) Allows or denies outbound SMS messaging for the specified phone number.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
inboundCallAllows 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.
 
- 
outboundCallAllows 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.
 
- 
inboundSMSAllows 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.
 
- 
outboundSMSAllows 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.
 
- 
inboundMMSAllows 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.
 
- 
outboundMMSAllows 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.
 
 
-