Class ChimeSdkMeetingLiveConnectorConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.chimesdkmediapipelines.model.ChimeSdkMeetingLiveConnectorConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ChimeSdkMeetingLiveConnectorConfiguration.Builder,ChimeSdkMeetingLiveConnectorConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class ChimeSdkMeetingLiveConnectorConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChimeSdkMeetingLiveConnectorConfiguration.Builder,ChimeSdkMeetingLiveConnectorConfiguration>
The media pipeline's configuration object.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceChimeSdkMeetingLiveConnectorConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The configuration object's Chime SDK meeting ARN.static ChimeSdkMeetingLiveConnectorConfiguration.Builderbuilder()CompositedVideoArtifactsConfigurationcompositedVideo()The media pipeline's composited video.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LiveConnectorMuxTypemuxType()The configuration object's multiplex type.StringmuxTypeAsString()The configuration object's multiplex type.List<SdkField<?>>sdkFields()static Class<? extends ChimeSdkMeetingLiveConnectorConfiguration.Builder>serializableBuilderClass()SourceConfigurationsourceConfiguration()The source configuration settings of the media pipeline's configuration object.ChimeSdkMeetingLiveConnectorConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
arn
public final String arn()
The configuration object's Chime SDK meeting ARN.
- Returns:
- The configuration object's Chime SDK meeting ARN.
-
muxType
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,
muxTypewill returnLiveConnectorMuxType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommuxTypeAsString().- Returns:
- The configuration object's multiplex type.
- See Also:
LiveConnectorMuxType
-
muxTypeAsString
public 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,
muxTypewill returnLiveConnectorMuxType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommuxTypeAsString().- Returns:
- The configuration object's multiplex type.
- See Also:
LiveConnectorMuxType
-
compositedVideo
public final CompositedVideoArtifactsConfiguration compositedVideo()
The media pipeline's composited video.
- Returns:
- The media pipeline's composited video.
-
sourceConfiguration
public final SourceConfiguration sourceConfiguration()
The source configuration settings of the media pipeline's configuration object.
- Returns:
- The source configuration settings of the media pipeline's configuration object.
-
toBuilder
public ChimeSdkMeetingLiveConnectorConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ChimeSdkMeetingLiveConnectorConfiguration.Builder,ChimeSdkMeetingLiveConnectorConfiguration>
-
builder
public static ChimeSdkMeetingLiveConnectorConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends ChimeSdkMeetingLiveConnectorConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-