@Generated(value="software.amazon.awssdk:codegen") public final class UpdateImageGenerationConfigurationRequest extends KinesisVideoRequest implements ToCopyableBuilder<UpdateImageGenerationConfigurationRequest.Builder,UpdateImageGenerationConfigurationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateImageGenerationConfigurationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateImageGenerationConfigurationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ImageGenerationConfiguration |
imageGenerationConfiguration()
The structure that contains the information required for the KVS images delivery.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateImageGenerationConfigurationRequest.Builder> |
serializableBuilderClass() |
String |
streamARN()
The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to update the image generation
configuration.
|
String |
streamName()
The name of the stream from which to update the image generation configuration.
|
UpdateImageGenerationConfigurationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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 or the StreamARN.public final 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.
StreamName or the
StreamARN.public final 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.
public UpdateImageGenerationConfigurationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateImageGenerationConfigurationRequest.Builder,UpdateImageGenerationConfigurationRequest>toBuilder in class KinesisVideoRequestpublic static UpdateImageGenerationConfigurationRequest.Builder builder()
public static Class<? extends UpdateImageGenerationConfigurationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.