public static interface DescribeNotificationConfigurationRequest.Builder extends KinesisVideoRequest.Builder, SdkPojo, CopyableBuilder<DescribeNotificationConfigurationRequest.Builder,DescribeNotificationConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeNotificationConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeNotificationConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeNotificationConfigurationRequest.Builder |
streamARN(String streamARN)
The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to retrieve the notification
configuration.
|
DescribeNotificationConfigurationRequest.Builder |
streamName(String streamName)
The name of the stream from which to retrieve the notification configuration.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeNotificationConfigurationRequest.Builder streamName(String streamName)
The name of the stream from which to retrieve the notification configuration. You must specify either the
StreamName or the StreamARN.
streamName - The name of the stream from which to retrieve the notification configuration. You must specify either
the StreamName or the StreamARN.DescribeNotificationConfigurationRequest.Builder streamARN(String streamARN)
The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to retrieve 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 retrieve the
notification configuration. You must specify either the StreamName or the StreamARN.DescribeNotificationConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeNotificationConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.