Interface DescribeNotificationConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeNotificationConfigurationRequest.Builder,DescribeNotificationConfigurationRequest>,KinesisVideoRequest.Builder,SdkBuilder<DescribeNotificationConfigurationRequest.Builder,DescribeNotificationConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeNotificationConfigurationRequest
public static interface DescribeNotificationConfigurationRequest.Builder extends KinesisVideoRequest.Builder, SdkPojo, CopyableBuilder<DescribeNotificationConfigurationRequest.Builder,DescribeNotificationConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeNotificationConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeNotificationConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeNotificationConfigurationRequest.BuilderstreamARN(String streamARN)The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to retrieve the notification configuration.DescribeNotificationConfigurationRequest.BuilderstreamName(String streamName)The name of the stream from which to retrieve the notification configuration.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.kinesisvideo.model.KinesisVideoRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
streamName
DescribeNotificationConfigurationRequest.Builder streamName(String streamName)
The name of the stream from which to retrieve the notification configuration. You must specify either the
StreamNameor theStreamARN.- Parameters:
streamName- The name of the stream from which to retrieve the notification configuration. You must specify either theStreamNameor theStreamARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
StreamNameor the StreamARN.- Parameters:
streamARN- The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to retrieve the notification configuration. You must specify either theStreamNameor the StreamARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeNotificationConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeNotificationConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-