Interface WhatsAppPhoneNumberSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WhatsAppPhoneNumberSummary.Builder,
,WhatsAppPhoneNumberSummary> SdkBuilder<WhatsAppPhoneNumberSummary.Builder,
,WhatsAppPhoneNumberSummary> SdkPojo
- Enclosing class:
WhatsAppPhoneNumberSummary
@Mutable
@NotThreadSafe
public static interface WhatsAppPhoneNumberSummary.Builder
extends SdkPojo, CopyableBuilder<WhatsAppPhoneNumberSummary.Builder,WhatsAppPhoneNumberSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe full Amazon Resource Name (ARN) for the phone number.displayPhoneNumber
(String displayPhoneNumber) The phone number that appears in the recipients display.displayPhoneNumberName
(String displayPhoneNumberName) The display name for this phone number.metaPhoneNumberId
(String metaPhoneNumberId) The phone number ID from Meta.phoneNumber
(String phoneNumber) The phone number associated with the Linked WhatsApp Business Account.phoneNumberId
(String phoneNumberId) The phone number ID.qualityRating
(String qualityRating) The quality rating of the 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 Details
-
arn
The full Amazon Resource Name (ARN) for the phone number.
- Parameters:
arn
- The full Amazon Resource Name (ARN) for the phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneNumber
The phone number associated with the Linked WhatsApp Business Account.
- Parameters:
phoneNumber
- The phone number associated with the Linked WhatsApp Business Account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneNumberId
The phone number ID. Phone number identifiers are formatted as
phone-number-id-01234567890123456789012345678901
.- Parameters:
phoneNumberId
- The phone number ID. Phone number identifiers are formatted asphone-number-id-01234567890123456789012345678901
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metaPhoneNumberId
The phone number ID from Meta.
- Parameters:
metaPhoneNumberId
- The phone number ID from Meta.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayPhoneNumberName
The display name for this phone number.
- Parameters:
displayPhoneNumberName
- The display name for this phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayPhoneNumber
The phone number that appears in the recipients display.
- Parameters:
displayPhoneNumber
- The phone number that appears in the recipients display.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
qualityRating
The quality rating of the phone number. This is from Meta.
- Parameters:
qualityRating
- The quality rating of the phone number. This is from Meta.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-