Interface UpdateImageGenerationConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateImageGenerationConfigurationRequest.Builder,UpdateImageGenerationConfigurationRequest>,KinesisVideoRequest.Builder,SdkBuilder<UpdateImageGenerationConfigurationRequest.Builder,UpdateImageGenerationConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateImageGenerationConfigurationRequest
public static interface UpdateImageGenerationConfigurationRequest.Builder extends KinesisVideoRequest.Builder, SdkPojo, CopyableBuilder<UpdateImageGenerationConfigurationRequest.Builder,UpdateImageGenerationConfigurationRequest>
-
-
Method Summary
-
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, sdkFields
-
-
-
-
Method Detail
-
streamName
UpdateImageGenerationConfigurationRequest.Builder streamName(String streamName)
The name of the stream from which to update the image generation configuration. You must specify either the
StreamNameor theStreamARN.- Parameters:
streamName- The name of the stream from which to update the image generation configuration. You must specify either theStreamNameor theStreamARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
StreamNameor 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 theStreamNameor 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.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)
-
overrideConfiguration
UpdateImageGenerationConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateImageGenerationConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-