@Generated(value="software.amazon.awssdk:codegen") public final class ChimeSdkMeetingLiveConnectorConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChimeSdkMeetingLiveConnectorConfiguration.Builder,ChimeSdkMeetingLiveConnectorConfiguration>
The media pipeline's configuration object.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ChimeSdkMeetingLiveConnectorConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The configuration object's Chime SDK meeting ARN.
|
static ChimeSdkMeetingLiveConnectorConfiguration.Builder |
builder() |
CompositedVideoArtifactsConfiguration |
compositedVideo()
The media pipeline's composited video.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LiveConnectorMuxType |
muxType()
The configuration object's multiplex type.
|
String |
muxTypeAsString()
The configuration object's multiplex type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ChimeSdkMeetingLiveConnectorConfiguration.Builder> |
serializableBuilderClass() |
SourceConfiguration |
sourceConfiguration()
The source configuration settings of the media pipeline's configuration object.
|
ChimeSdkMeetingLiveConnectorConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The configuration object's Chime SDK meeting ARN.
public final LiveConnectorMuxType muxType()
The configuration object's multiplex type.
If the service returns an enum value that is not available in the current SDK version, muxType will
return LiveConnectorMuxType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from muxTypeAsString().
LiveConnectorMuxTypepublic final String muxTypeAsString()
The configuration object's multiplex type.
If the service returns an enum value that is not available in the current SDK version, muxType will
return LiveConnectorMuxType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from muxTypeAsString().
LiveConnectorMuxTypepublic final CompositedVideoArtifactsConfiguration compositedVideo()
The media pipeline's composited video.
public final SourceConfiguration sourceConfiguration()
The source configuration settings of the media pipeline's configuration object.
public ChimeSdkMeetingLiveConnectorConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ChimeSdkMeetingLiveConnectorConfiguration.Builder,ChimeSdkMeetingLiveConnectorConfiguration>public static ChimeSdkMeetingLiveConnectorConfiguration.Builder builder()
public static Class<? extends ChimeSdkMeetingLiveConnectorConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.