Uses of Interface
software.amazon.awssdk.services.appflow.model.EventBridgeDestinationProperties.Builder
-
Packages that use EventBridgeDestinationProperties.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of EventBridgeDestinationProperties.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return EventBridgeDestinationProperties.Builder Modifier and Type Method Description static EventBridgeDestinationProperties.BuilderEventBridgeDestinationProperties. builder()default EventBridgeDestinationProperties.BuilderEventBridgeDestinationProperties.Builder. errorHandlingConfig(Consumer<ErrorHandlingConfig.Builder> errorHandlingConfig)Sets the value of the ErrorHandlingConfig property for this object.EventBridgeDestinationProperties.BuilderEventBridgeDestinationProperties.Builder. errorHandlingConfig(ErrorHandlingConfig errorHandlingConfig)Sets the value of the ErrorHandlingConfig property for this object.EventBridgeDestinationProperties.BuilderEventBridgeDestinationProperties.Builder. object(String object)The object specified in the Amazon EventBridge flow destination.EventBridgeDestinationProperties.BuilderEventBridgeDestinationProperties. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type EventBridgeDestinationProperties.Builder Modifier and Type Method Description static Class<? extends EventBridgeDestinationProperties.Builder>EventBridgeDestinationProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type EventBridgeDestinationProperties.Builder Modifier and Type Method Description default DestinationConnectorProperties.BuilderDestinationConnectorProperties.Builder. eventBridge(Consumer<EventBridgeDestinationProperties.Builder> eventBridge)The properties required to query Amazon EventBridge.
-