| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
static NotificationConfiguration.Builder |
NotificationConfiguration.builder() |
default NotificationConfiguration.Builder |
NotificationConfiguration.Builder.destinationConfig(Consumer<NotificationDestinationConfig.Builder> destinationConfig)
The destination information required to deliver a notification to a customer.
|
NotificationConfiguration.Builder |
NotificationConfiguration.Builder.destinationConfig(NotificationDestinationConfig destinationConfig)
The destination information required to deliver a notification to a customer.
|
NotificationConfiguration.Builder |
NotificationConfiguration.Builder.status(ConfigurationStatus status)
Indicates if a notification configuration is enabled or disabled.
|
NotificationConfiguration.Builder |
NotificationConfiguration.Builder.status(String status)
Indicates if a notification configuration is enabled or disabled.
|
NotificationConfiguration.Builder |
NotificationConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NotificationConfiguration.Builder> |
NotificationConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateNotificationConfigurationRequest.Builder |
UpdateNotificationConfigurationRequest.Builder.notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration)
The structure containing the information required for notifications.
|
default DescribeNotificationConfigurationResponse.Builder |
DescribeNotificationConfigurationResponse.Builder.notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration)
The structure that contains the information required for notifications.
|
Copyright © 2023. All rights reserved.