Interface WhatsAppBusinessAccountEventDestination.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WhatsAppBusinessAccountEventDestination.Builder,
,WhatsAppBusinessAccountEventDestination> SdkBuilder<WhatsAppBusinessAccountEventDestination.Builder,
,WhatsAppBusinessAccountEventDestination> SdkPojo
- Enclosing class:
WhatsAppBusinessAccountEventDestination
@Mutable
@NotThreadSafe
public static interface WhatsAppBusinessAccountEventDestination.Builder
extends SdkPojo, CopyableBuilder<WhatsAppBusinessAccountEventDestination.Builder,WhatsAppBusinessAccountEventDestination>
-
Method Summary
Modifier and TypeMethodDescriptioneventDestinationArn
(String eventDestinationArn) The ARN of the event destination.The Amazon Resource Name (ARN) of an Identity and Access Management role that is able to import phone numbers and write events.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
-
eventDestinationArn
The ARN of the event destination.
- Parameters:
eventDestinationArn
- The ARN of the event destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
The Amazon Resource Name (ARN) of an Identity and Access Management role that is able to import phone numbers and write events.
- Parameters:
roleArn
- The Amazon Resource Name (ARN) of an Identity and Access Management role that is able to import phone numbers and write events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-