public static interface DescribeImageGenerationConfigurationResponse.Builder extends KinesisVideoResponse.Builder, SdkPojo, CopyableBuilder<DescribeImageGenerationConfigurationResponse.Builder,DescribeImageGenerationConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeImageGenerationConfigurationResponse.Builder |
imageGenerationConfiguration(Consumer<ImageGenerationConfiguration.Builder> imageGenerationConfiguration)
The structure that contains the information required for the Kinesis video stream (KVS) images delivery.
|
DescribeImageGenerationConfigurationResponse.Builder |
imageGenerationConfiguration(ImageGenerationConfiguration imageGenerationConfiguration)
The structure that contains the information required for the Kinesis video stream (KVS) images delivery.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeImageGenerationConfigurationResponse.Builder imageGenerationConfiguration(ImageGenerationConfiguration imageGenerationConfiguration)
The structure that contains the information required for the Kinesis video stream (KVS) images delivery. If this structure is null, the configuration will be deleted from the stream.
imageGenerationConfiguration - The structure that contains the information required for the Kinesis video stream (KVS) images
delivery. If this structure is null, the configuration will be deleted from the stream.default DescribeImageGenerationConfigurationResponse.Builder imageGenerationConfiguration(Consumer<ImageGenerationConfiguration.Builder> imageGenerationConfiguration)
The structure that contains the information required for the Kinesis video stream (KVS) images delivery. If this structure is null, the configuration will be deleted from the stream.
This is a convenience method that creates an instance of theImageGenerationConfiguration.Builder
avoiding the need to create one manually via ImageGenerationConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to imageGenerationConfiguration(ImageGenerationConfiguration).
imageGenerationConfiguration - a consumer that will call methods on ImageGenerationConfiguration.BuilderimageGenerationConfiguration(ImageGenerationConfiguration)Copyright © 2023. All rights reserved.