Uses of Interface
software.amazon.awssdk.services.bedrockdataautomationruntime.model.NotificationConfiguration.Builder
-
Packages that use NotificationConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockdataautomationruntime.model -
-
Uses of NotificationConfiguration.Builder in software.amazon.awssdk.services.bedrockdataautomationruntime.model
Methods in software.amazon.awssdk.services.bedrockdataautomationruntime.model that return NotificationConfiguration.Builder Modifier and Type Method Description static NotificationConfiguration.BuilderNotificationConfiguration. builder()default NotificationConfiguration.BuilderNotificationConfiguration.Builder. eventBridgeConfiguration(Consumer<EventBridgeConfiguration.Builder> eventBridgeConfiguration)Event bridge configuration.NotificationConfiguration.BuilderNotificationConfiguration.Builder. eventBridgeConfiguration(EventBridgeConfiguration eventBridgeConfiguration)Event bridge configuration.NotificationConfiguration.BuilderNotificationConfiguration. toBuilder()Methods in software.amazon.awssdk.services.bedrockdataautomationruntime.model that return types with arguments of type NotificationConfiguration.Builder Modifier and Type Method Description static Class<? extends NotificationConfiguration.Builder>NotificationConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockdataautomationruntime.model with type arguments of type NotificationConfiguration.Builder Modifier and Type Method Description default InvokeDataAutomationAsyncRequest.BuilderInvokeDataAutomationAsyncRequest.Builder. notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration)Notification configuration.
-