public static interface UpdateNotificationConfigurationRequest.Builder extends KinesisVideoRequest.Builder, SdkPojo, CopyableBuilder<UpdateNotificationConfigurationRequest.Builder,UpdateNotificationConfigurationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateNotificationConfigurationRequest.Builder streamName(String streamName)
The name of the stream from which to update the notification configuration. You must specify either the
StreamName or the StreamARN.
streamName - The name of the stream from which to update the notification configuration. You must specify either
the StreamName or the StreamARN.UpdateNotificationConfigurationRequest.Builder streamARN(String streamARN)
The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to update the notification
configuration. You must specify either the StreamName or the StreamARN.
streamARN - The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to update the
notification configuration. You must specify either the StreamName or the
StreamARN.UpdateNotificationConfigurationRequest.Builder notificationConfiguration(NotificationConfiguration notificationConfiguration)
The structure containing the information required for notifications. If the structure is null, the configuration will be deleted from the stream.
notificationConfiguration - The structure containing the information required for notifications. If the structure is null, the
configuration will be deleted from the stream.default UpdateNotificationConfigurationRequest.Builder notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration)
The structure containing 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)UpdateNotificationConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateNotificationConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.