@Generated(value="software.amazon.awssdk:codegen") public final class UpdateFlowMediaStreamRequest extends MediaConnectRequest implements ToCopyableBuilder<UpdateFlowMediaStreamRequest.Builder,UpdateFlowMediaStreamRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateFlowMediaStreamRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
MediaStreamAttributesRequest |
attributes()
The attributes that you want to assign to the media stream.
|
static UpdateFlowMediaStreamRequest.Builder |
builder() |
Integer |
clockRate()
The sample rate (in Hz) for the stream.
|
String |
description()
Description
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
flowArn()
The Amazon Resource Name (ARN) of the flow.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
mediaStreamName()
The name of the media stream that you want to update.
|
MediaStreamType |
mediaStreamType()
The type of media stream.
|
String |
mediaStreamTypeAsString()
The type of media stream.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateFlowMediaStreamRequest.Builder> |
serializableBuilderClass() |
UpdateFlowMediaStreamRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
videoFormat()
The resolution of the video.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final MediaStreamAttributesRequest attributes()
public final Integer clockRate()
public final String description()
public final String flowArn()
public final String mediaStreamName()
public final MediaStreamType mediaStreamType()
If the service returns an enum value that is not available in the current SDK version, mediaStreamType
will return MediaStreamType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from mediaStreamTypeAsString().
MediaStreamTypepublic final String mediaStreamTypeAsString()
If the service returns an enum value that is not available in the current SDK version, mediaStreamType
will return MediaStreamType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from mediaStreamTypeAsString().
MediaStreamTypepublic final String videoFormat()
public UpdateFlowMediaStreamRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateFlowMediaStreamRequest.Builder,UpdateFlowMediaStreamRequest>toBuilder in class MediaConnectRequestpublic static UpdateFlowMediaStreamRequest.Builder builder()
public static Class<? extends UpdateFlowMediaStreamRequest.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 © 2021. All rights reserved.