Uses of Interface
software.amazon.awssdk.services.sesv2.model.EventBridgeDestination.Builder
-
Packages that use EventBridgeDestination.Builder Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of EventBridgeDestination.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return EventBridgeDestination.Builder Modifier and Type Method Description static EventBridgeDestination.BuilderEventBridgeDestination. builder()EventBridgeDestination.BuilderEventBridgeDestination.Builder. eventBusArn(String eventBusArn)The Amazon Resource Name (ARN) of the Amazon EventBridge bus to publish email events to.EventBridgeDestination.BuilderEventBridgeDestination. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type EventBridgeDestination.Builder Modifier and Type Method Description static Class<? extends EventBridgeDestination.Builder>EventBridgeDestination. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type EventBridgeDestination.Builder Modifier and Type Method Description default EventDestination.BuilderEventDestination.Builder. eventBridgeDestination(Consumer<EventBridgeDestination.Builder> eventBridgeDestination)An object that defines an Amazon EventBridge destination for email events.default EventDestinationDefinition.BuilderEventDestinationDefinition.Builder. eventBridgeDestination(Consumer<EventBridgeDestination.Builder> eventBridgeDestination)An object that defines an Amazon EventBridge destination for email events.
-