@Generated(value="software.amazon.awssdk:codegen") public final class UpdateStreamRequest extends KinesisVideoRequest implements ToCopyableBuilder<UpdateStreamRequest.Builder,UpdateStreamRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateStreamRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateStreamRequest.Builder |
builder() |
String |
currentVersion()
The version of the stream whose metadata you want to update.
|
String |
deviceName()
The name of the device that is writing to the stream.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
mediaType()
The stream's media type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateStreamRequest.Builder> |
serializableBuilderClass() |
String |
streamARN()
The ARN of the stream whose metadata you want to update.
|
String |
streamName()
The name of the stream whose metadata you want to update.
|
UpdateStreamRequest.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 whose metadata you want to update.
The stream name is an identifier for the stream, and must be unique for each account and region.
The stream name is an identifier for the stream, and must be unique for each account and region.
public final String streamARN()
The ARN of the stream whose metadata you want to update.
public final String currentVersion()
The version of the stream whose metadata you want to update.
public final String deviceName()
The name of the device that is writing to the stream.
In the current implementation, Kinesis Video Streams does not use this name.
In the current implementation, Kinesis Video Streams does not use this name.
public final String mediaType()
The stream's media type. Use MediaType to specify the type of content that the stream contains to
the consumers of the stream. For more information about media types, see Media Types. If you choose to specify
the MediaType, see Naming
Requirements.
To play video on the console, you must specify the correct video type. For example, if the video in the stream is
H.264, specify video/h264 as the MediaType.
MediaType to specify the type of content that the stream
contains to the consumers of the stream. For more information about media types, see Media Types. If you choose to
specify the MediaType, see Naming
Requirements.
To play video on the console, you must specify the correct video type. For example, if the video in the
stream is H.264, specify video/h264 as the MediaType.
public UpdateStreamRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateStreamRequest.Builder,UpdateStreamRequest>toBuilder in class KinesisVideoRequestpublic static UpdateStreamRequest.Builder builder()
public static Class<? extends UpdateStreamRequest.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.