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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventBridgeDestination.BuildereventBusArn(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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.
-
-