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 Summary
Modifier and TypeMethodDescriptioneventBusArn
(String eventBusArn) The Amazon Resource Name (ARN) of the Amazon EventBridge bus to publish email events to.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
-
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.
-