Class XavcHdIntraCbgProfileSettings
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconvert.model.XavcHdIntraCbgProfileSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<XavcHdIntraCbgProfileSettings.Builder,XavcHdIntraCbgProfileSettings>
@Generated("software.amazon.awssdk:codegen") public final class XavcHdIntraCbgProfileSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<XavcHdIntraCbgProfileSettings.Builder,XavcHdIntraCbgProfileSettings>
Required when you set Profile to the value XAVC_HD_INTRA_CBG.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceXavcHdIntraCbgProfileSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XavcHdIntraCbgProfileSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends XavcHdIntraCbgProfileSettings.Builder>serializableBuilderClass()XavcHdIntraCbgProfileSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.XavcHdIntraCbgProfileClassxavcClass()Specify the XAVC Intra HD (CBG) Class to set the bitrate of your output.StringxavcClassAsString()Specify the XAVC Intra HD (CBG) Class to set the bitrate of your output.-
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
-
xavcClass
public final XavcHdIntraCbgProfileClass xavcClass()
Specify the XAVC Intra HD (CBG) Class to set the bitrate of your output. Outputs of the same class have similar image quality over the operating points that are valid for that class.If the service returns an enum value that is not available in the current SDK version,
xavcClasswill returnXavcHdIntraCbgProfileClass.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromxavcClassAsString().- Returns:
- Specify the XAVC Intra HD (CBG) Class to set the bitrate of your output. Outputs of the same class have similar image quality over the operating points that are valid for that class.
- See Also:
XavcHdIntraCbgProfileClass
-
xavcClassAsString
public final String xavcClassAsString()
Specify the XAVC Intra HD (CBG) Class to set the bitrate of your output. Outputs of the same class have similar image quality over the operating points that are valid for that class.If the service returns an enum value that is not available in the current SDK version,
xavcClasswill returnXavcHdIntraCbgProfileClass.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromxavcClassAsString().- Returns:
- Specify the XAVC Intra HD (CBG) Class to set the bitrate of your output. Outputs of the same class have similar image quality over the operating points that are valid for that class.
- See Also:
XavcHdIntraCbgProfileClass
-
toBuilder
public XavcHdIntraCbgProfileSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<XavcHdIntraCbgProfileSettings.Builder,XavcHdIntraCbgProfileSettings>
-
builder
public static XavcHdIntraCbgProfileSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends XavcHdIntraCbgProfileSettings.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.
-
-