public static interface DescribeNotificationConfigurationResponse.Builder extends KinesisVideoResponse.Builder, SdkPojo, CopyableBuilder<DescribeNotificationConfigurationResponse.Builder,DescribeNotificationConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeNotificationConfigurationResponse.Builder |
notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration)
The structure that contains the information required for notifications.
|
DescribeNotificationConfigurationResponse.Builder |
notificationConfiguration(NotificationConfiguration notificationConfiguration)
The structure that contains the information required for notifications.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeNotificationConfigurationResponse.Builder notificationConfiguration(NotificationConfiguration notificationConfiguration)
The structure that contains the information required for notifications. If the structure is null, the configuration will be deleted from the stream.
notificationConfiguration - The structure that contains the information required for notifications. If the structure is null, the
configuration will be deleted from the stream.default DescribeNotificationConfigurationResponse.Builder notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration)
The structure that contains the information required for notifications. If the structure is null, the configuration will be deleted from the stream.
This is a convenience method that creates an instance of theNotificationConfiguration.Builder
avoiding the need to create one manually via NotificationConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to notificationConfiguration(NotificationConfiguration).
notificationConfiguration - a consumer that will call methods on NotificationConfiguration.BuildernotificationConfiguration(NotificationConfiguration)Copyright © 2023. All rights reserved.