Interface WhatsAppBusinessAccountEventDestination.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WhatsAppBusinessAccountEventDestination.Builder,
,WhatsAppBusinessAccountEventDestination> SdkBuilder<WhatsAppBusinessAccountEventDestination.Builder,
,WhatsAppBusinessAccountEventDestination> SdkPojo
- Enclosing class:
WhatsAppBusinessAccountEventDestination
public static interface WhatsAppBusinessAccountEventDestination.Builder
extends SdkPojo, CopyableBuilder<WhatsAppBusinessAccountEventDestination.Builder,WhatsAppBusinessAccountEventDestination>
-
Method Summary
Modifier and TypeMethodDescriptioneventDestinationArn
(String eventDestinationArn) The ARN of the event destination.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, 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.
-