Interface XavcHdIntraCbgProfileSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<XavcHdIntraCbgProfileSettings.Builder,XavcHdIntraCbgProfileSettings>,SdkBuilder<XavcHdIntraCbgProfileSettings.Builder,XavcHdIntraCbgProfileSettings>,SdkPojo
- Enclosing class:
- XavcHdIntraCbgProfileSettings
public static interface XavcHdIntraCbgProfileSettings.Builder extends SdkPojo, CopyableBuilder<XavcHdIntraCbgProfileSettings.Builder,XavcHdIntraCbgProfileSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XavcHdIntraCbgProfileSettings.BuilderxavcClass(String xavcClass)Specify the XAVC Intra HD (CBG) Class to set the bitrate of your output.XavcHdIntraCbgProfileSettings.BuilderxavcClass(XavcHdIntraCbgProfileClass xavcClass)Specify the XAVC Intra HD (CBG) Class to set the bitrate of your output.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
xavcClass
XavcHdIntraCbgProfileSettings.Builder xavcClass(String 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
XavcHdIntraCbgProfileClass,XavcHdIntraCbgProfileClass
-
xavcClass
XavcHdIntraCbgProfileSettings.Builder xavcClass(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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
XavcHdIntraCbgProfileClass,XavcHdIntraCbgProfileClass
-
-