Uses of Interface
software.amazon.awssdk.services.kinesisvideo.model.NotificationConfiguration.Builder
-
Packages that use NotificationConfiguration.Builder Package Description software.amazon.awssdk.services.kinesisvideo.model -
-
Uses of NotificationConfiguration.Builder in software.amazon.awssdk.services.kinesisvideo.model
Methods in software.amazon.awssdk.services.kinesisvideo.model that return NotificationConfiguration.Builder Modifier and Type Method Description static NotificationConfiguration.BuilderNotificationConfiguration. builder()default NotificationConfiguration.BuilderNotificationConfiguration.Builder. destinationConfig(Consumer<NotificationDestinationConfig.Builder> destinationConfig)The destination information required to deliver a notification to a customer.NotificationConfiguration.BuilderNotificationConfiguration.Builder. destinationConfig(NotificationDestinationConfig destinationConfig)The destination information required to deliver a notification to a customer.NotificationConfiguration.BuilderNotificationConfiguration.Builder. status(String status)Indicates if a notification configuration is enabled or disabled.NotificationConfiguration.BuilderNotificationConfiguration.Builder. status(ConfigurationStatus status)Indicates if a notification configuration is enabled or disabled.NotificationConfiguration.BuilderNotificationConfiguration. toBuilder()Methods in software.amazon.awssdk.services.kinesisvideo.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.kinesisvideo.model with type arguments of type NotificationConfiguration.Builder Modifier and Type Method Description default DescribeNotificationConfigurationResponse.BuilderDescribeNotificationConfigurationResponse.Builder. notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration)The structure that contains the information required for notifications.default UpdateNotificationConfigurationRequest.BuilderUpdateNotificationConfigurationRequest.Builder. notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration)The structure containing the information required for notifications.
-