Interface WabaPhoneNumberSetupFinalization.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WabaPhoneNumberSetupFinalization.Builder,
,WabaPhoneNumberSetupFinalization> SdkBuilder<WabaPhoneNumberSetupFinalization.Builder,
,WabaPhoneNumberSetupFinalization> SdkPojo
- Enclosing class:
WabaPhoneNumberSetupFinalization
-
Method Summary
Modifier and TypeMethodDescriptiondataLocalizationRegion
(String dataLocalizationRegion) The two letter ISO region for the location of where Meta will store data.The unique identifier of the originating phone number associated with the media.tags
(Collection<Tag> tags) An array of key and value pair tags.tags
(Consumer<Tag.Builder>... tags) An array of key and value pair tags.An array of key and value pair tags.twoFactorPin
(String twoFactorPin) The PIN to use for two-step verification.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
-
id
The unique identifier of the originating phone number associated with the media. Phone number identifiers are formatted as
phone-number-id-01234567890123456789012345678901
. Use GetLinkedWhatsAppBusinessAccount to find a phone number's id.- Parameters:
id
- The unique identifier of the originating phone number associated with the media. Phone number identifiers are formatted asphone-number-id-01234567890123456789012345678901
. Use GetLinkedWhatsAppBusinessAccount to find a phone number's id.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
twoFactorPin
The PIN to use for two-step verification. To reset your PIN follow the directions in Updating PIN in the WhatsApp Business Platform Cloud API Reference.
- Parameters:
twoFactorPin
- The PIN to use for two-step verification. To reset your PIN follow the directions in Updating PIN in the WhatsApp Business Platform Cloud API Reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataLocalizationRegion
The two letter ISO region for the location of where Meta will store data.
Asia–Pacific (APAC)
-
Australia AU
-
Indonesia ID
-
India IN
-
Japan JP
-
Singapore SG
-
South Korea KR
Europe
-
Germany DE
-
Switzerland CH
-
United Kingdom GB
Latin America (LATAM)
-
Brazil BR
Middle East and Africa (MEA)
-
Bahrain BH
-
South Africa ZA
-
United Arab Emirates AE
North America (NORAM)
-
Canada CA
- Parameters:
dataLocalizationRegion
- The two letter ISO region for the location of where Meta will store data.Asia–Pacific (APAC)
-
Australia AU
-
Indonesia ID
-
India IN
-
Japan JP
-
Singapore SG
-
South Korea KR
Europe
-
Germany DE
-
Switzerland CH
-
United Kingdom GB
Latin America (LATAM)
-
Brazil BR
Middle East and Africa (MEA)
-
Bahrain BH
-
South Africa ZA
-
United Arab Emirates AE
North America (NORAM)
-
Canada CA
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
tags
An array of key and value pair tags.
- Parameters:
tags
- An array of key and value pair tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
An array of key and value pair tags.
- Parameters:
tags
- An array of key and value pair tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
An array of key and value pair tags.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-