public static interface DescribeImageGenerationConfigurationRequest.Builder extends KinesisVideoRequest.Builder, SdkPojo, CopyableBuilder<DescribeImageGenerationConfigurationRequest.Builder,DescribeImageGenerationConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeImageGenerationConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeImageGenerationConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeImageGenerationConfigurationRequest.Builder |
streamARN(String streamARN)
The Amazon Resource Name (ARN) of the Kinesis video stream from which to retrieve the image generation
configuration.
|
DescribeImageGenerationConfigurationRequest.Builder |
streamName(String streamName)
The name of the stream from which to retrieve the image generation configuration.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeImageGenerationConfigurationRequest.Builder streamName(String streamName)
The name of the stream from which to retrieve the image generation configuration. You must specify either the
StreamName or the StreamARN.
streamName - The name of the stream from which to retrieve the image generation configuration. You must specify
either the StreamName or the StreamARN.DescribeImageGenerationConfigurationRequest.Builder streamARN(String streamARN)
The Amazon Resource Name (ARN) of the Kinesis video stream from which to retrieve the image generation
configuration. You must specify either the StreamName or the StreamARN.
streamARN - The Amazon Resource Name (ARN) of the Kinesis video stream from which to retrieve the image generation
configuration. You must specify either the StreamName or the StreamARN.DescribeImageGenerationConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeImageGenerationConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.