public static interface UpdateImageGenerationConfigurationRequest.Builder extends KinesisVideoRequest.Builder, SdkPojo, CopyableBuilder<UpdateImageGenerationConfigurationRequest.Builder,UpdateImageGenerationConfigurationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateImageGenerationConfigurationRequest.Builder streamName(String streamName)
The name of the stream from which to update the image generation configuration. You must specify either the
StreamName or the StreamARN.
streamName - The name of the stream from which to update the image generation configuration. You must specify
either the StreamName or the StreamARN.UpdateImageGenerationConfigurationRequest.Builder streamARN(String streamARN)
The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to update 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 where you want to update the image
generation configuration. You must specify either the StreamName or the
StreamARN.UpdateImageGenerationConfigurationRequest.Builder imageGenerationConfiguration(ImageGenerationConfiguration imageGenerationConfiguration)
The structure that contains the information required for the KVS images delivery. If the structure is null, the configuration will be deleted from the stream.
imageGenerationConfiguration - The structure that contains the information required for the KVS images delivery. If the structure is
null, the configuration will be deleted from the stream.default UpdateImageGenerationConfigurationRequest.Builder imageGenerationConfiguration(Consumer<ImageGenerationConfiguration.Builder> imageGenerationConfiguration)
The structure that contains the information required for the KVS images delivery. If the 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)UpdateImageGenerationConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateImageGenerationConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.