Class PresenterOnlyConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.chimesdkmediapipelines.model.PresenterOnlyConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PresenterOnlyConfiguration.Builder,PresenterOnlyConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class PresenterOnlyConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PresenterOnlyConfiguration.Builder,PresenterOnlyConfiguration>
Defines the configuration for a presenter-only video tile.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePresenterOnlyConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PresenterOnlyConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()PresenterPositionpresenterPosition()Defines the position of the presenter video tile.StringpresenterPositionAsString()Defines the position of the presenter video tile.List<SdkField<?>>sdkFields()static Class<? extends PresenterOnlyConfiguration.Builder>serializableBuilderClass()PresenterOnlyConfiguration.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
-
presenterPosition
public final PresenterPosition presenterPosition()
Defines the position of the presenter video tile. Default:
TopRight.If the service returns an enum value that is not available in the current SDK version,
presenterPositionwill returnPresenterPosition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompresenterPositionAsString().- Returns:
- Defines the position of the presenter video tile. Default:
TopRight. - See Also:
PresenterPosition
-
presenterPositionAsString
public final String presenterPositionAsString()
Defines the position of the presenter video tile. Default:
TopRight.If the service returns an enum value that is not available in the current SDK version,
presenterPositionwill returnPresenterPosition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompresenterPositionAsString().- Returns:
- Defines the position of the presenter video tile. Default:
TopRight. - See Also:
PresenterPosition
-
toBuilder
public PresenterOnlyConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PresenterOnlyConfiguration.Builder,PresenterOnlyConfiguration>
-
builder
public static PresenterOnlyConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends PresenterOnlyConfiguration.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.
-
-