Class ModalityRoutingConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockdataautomation.model.ModalityRoutingConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ModalityRoutingConfiguration.Builder,ModalityRoutingConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class ModalityRoutingConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModalityRoutingConfiguration.Builder,ModalityRoutingConfiguration>
Configuration for routing file type to desired modality
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceModalityRoutingConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModalityRoutingConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()DesiredModalityjpeg()Returns the value of the Jpeg property for this object.StringjpegAsString()Returns the value of the Jpeg property for this object.DesiredModalitymov()Returns the value of the Mov property for this object.StringmovAsString()Returns the value of the Mov property for this object.DesiredModalitymp4()Returns the value of the Mp4 property for this object.Stringmp4AsString()Returns the value of the Mp4 property for this object.DesiredModalitypng()Returns the value of the Png property for this object.StringpngAsString()Returns the value of the Png property for this object.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ModalityRoutingConfiguration.Builder>serializableBuilderClass()ModalityRoutingConfiguration.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
-
jpeg
public final DesiredModality jpeg()
Returns the value of the Jpeg property for this object.If the service returns an enum value that is not available in the current SDK version,
jpegwill returnDesiredModality.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromjpegAsString().- Returns:
- The value of the Jpeg property for this object.
- See Also:
DesiredModality
-
jpegAsString
public final String jpegAsString()
Returns the value of the Jpeg property for this object.If the service returns an enum value that is not available in the current SDK version,
jpegwill returnDesiredModality.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromjpegAsString().- Returns:
- The value of the Jpeg property for this object.
- See Also:
DesiredModality
-
png
public final DesiredModality png()
Returns the value of the Png property for this object.If the service returns an enum value that is not available in the current SDK version,
pngwill returnDesiredModality.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompngAsString().- Returns:
- The value of the Png property for this object.
- See Also:
DesiredModality
-
pngAsString
public final String pngAsString()
Returns the value of the Png property for this object.If the service returns an enum value that is not available in the current SDK version,
pngwill returnDesiredModality.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompngAsString().- Returns:
- The value of the Png property for this object.
- See Also:
DesiredModality
-
mp4
public final DesiredModality mp4()
Returns the value of the Mp4 property for this object.If the service returns an enum value that is not available in the current SDK version,
mp4will returnDesiredModality.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommp4AsString().- Returns:
- The value of the Mp4 property for this object.
- See Also:
DesiredModality
-
mp4AsString
public final String mp4AsString()
Returns the value of the Mp4 property for this object.If the service returns an enum value that is not available in the current SDK version,
mp4will returnDesiredModality.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommp4AsString().- Returns:
- The value of the Mp4 property for this object.
- See Also:
DesiredModality
-
mov
public final DesiredModality mov()
Returns the value of the Mov property for this object.If the service returns an enum value that is not available in the current SDK version,
movwill returnDesiredModality.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommovAsString().- Returns:
- The value of the Mov property for this object.
- See Also:
DesiredModality
-
movAsString
public final String movAsString()
Returns the value of the Mov property for this object.If the service returns an enum value that is not available in the current SDK version,
movwill returnDesiredModality.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommovAsString().- Returns:
- The value of the Mov property for this object.
- See Also:
DesiredModality
-
toBuilder
public ModalityRoutingConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ModalityRoutingConfiguration.Builder,ModalityRoutingConfiguration>
-
builder
public static ModalityRoutingConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends ModalityRoutingConfiguration.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-