Interface UpdateImageGenerationConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateImageGenerationConfigurationRequest.Builder,
,UpdateImageGenerationConfigurationRequest> KinesisVideoRequest.Builder
,SdkBuilder<UpdateImageGenerationConfigurationRequest.Builder,
,UpdateImageGenerationConfigurationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateImageGenerationConfigurationRequest
-
Method Summary
Modifier and TypeMethodDescriptionimageGenerationConfiguration
(Consumer<ImageGenerationConfiguration.Builder> imageGenerationConfiguration) The structure that contains the information required for the KVS images delivery.imageGenerationConfiguration
(ImageGenerationConfiguration imageGenerationConfiguration) The structure that contains the information required for the KVS images delivery.overrideConfiguration
(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 update the image generation configuration.streamName
(String streamName) The name of the stream from which to update the image generation 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 update the image generation configuration. You must specify either the
StreamName
or theStreamARN
.- Parameters:
streamName
- The name of the stream from which to update the image generation 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 update the image generation configuration. You must specify either the
StreamName
or theStreamARN
.- Parameters:
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 theStreamName
or theStreamARN
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageGenerationConfiguration
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageGenerationConfiguration
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 viaImageGenerationConfiguration.builder()
.When the
Consumer
completes,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:
-
overrideConfiguration
UpdateImageGenerationConfigurationRequest.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
UpdateImageGenerationConfigurationRequest.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.
-