Interface DescribeNotificationConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeNotificationConfigurationRequest.Builder,
,DescribeNotificationConfigurationRequest> KinesisVideoRequest.Builder
,SdkBuilder<DescribeNotificationConfigurationRequest.Builder,
,DescribeNotificationConfigurationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeNotificationConfigurationRequest
@Mutable
@NotThreadSafe
public static interface DescribeNotificationConfigurationRequest.Builder
extends KinesisVideoRequest.Builder, SdkPojo, CopyableBuilder<DescribeNotificationConfigurationRequest.Builder,DescribeNotificationConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to retrieve the notification configuration.streamName
(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 Details
-
streamName
The name of the stream from which to retrieve the notification configuration. You must specify either the
StreamName
or theStreamARN
.- Parameters:
streamName
- The name of the stream from which to retrieve the notification configuration. You must specify either theStreamName
or theStreamARN
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- 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 theStreamName
or the StreamARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeNotificationConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeNotificationConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-