Interface EventBridgeDestination.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EventBridgeDestination.Builder,EventBridgeDestination>, SdkBuilder<EventBridgeDestination.Builder,EventBridgeDestination>, SdkPojo
Enclosing class:
EventBridgeDestination

public static interface EventBridgeDestination.Builder extends SdkPojo, CopyableBuilder<EventBridgeDestination.Builder,EventBridgeDestination>
  • Method Details

    • eventBusArn

      EventBridgeDestination.Builder eventBusArn(String eventBusArn)

      The Amazon Resource Name (ARN) of the Amazon EventBridge bus to publish email events to. Only the default bus is supported.

      Parameters:
      eventBusArn - The Amazon Resource Name (ARN) of the Amazon EventBridge bus to publish email events to. Only the default bus is supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.