Interface DescribeImageGenerationConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeImageGenerationConfigurationResponse.Builder,DescribeImageGenerationConfigurationResponse>,KinesisVideoResponse.Builder,SdkBuilder<DescribeImageGenerationConfigurationResponse.Builder,DescribeImageGenerationConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeImageGenerationConfigurationResponse
public static interface DescribeImageGenerationConfigurationResponse.Builder extends KinesisVideoResponse.Builder, SdkPojo, CopyableBuilder<DescribeImageGenerationConfigurationResponse.Builder,DescribeImageGenerationConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeImageGenerationConfigurationResponse.BuilderimageGenerationConfiguration(Consumer<ImageGenerationConfiguration.Builder> imageGenerationConfiguration)The structure that contains the information required for the Kinesis video stream (KVS) images delivery.DescribeImageGenerationConfigurationResponse.BuilderimageGenerationConfiguration(ImageGenerationConfiguration imageGenerationConfiguration)The structure that contains the information required for the Kinesis video stream (KVS) images delivery.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.kinesisvideo.model.KinesisVideoResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
imageGenerationConfiguration
DescribeImageGenerationConfigurationResponse.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageGenerationConfiguration
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.Builderavoiding the need to create one manually viaImageGenerationConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toimageGenerationConfiguration(ImageGenerationConfiguration).- Parameters:
imageGenerationConfiguration- a consumer that will call methods onImageGenerationConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
imageGenerationConfiguration(ImageGenerationConfiguration)
-
-