Interface Xavc4kIntraCbgProfileSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Xavc4kIntraCbgProfileSettings.Builder,Xavc4kIntraCbgProfileSettings>,SdkBuilder<Xavc4kIntraCbgProfileSettings.Builder,Xavc4kIntraCbgProfileSettings>,SdkPojo
- Enclosing class:
- Xavc4kIntraCbgProfileSettings
public static interface Xavc4kIntraCbgProfileSettings.Builder extends SdkPojo, CopyableBuilder<Xavc4kIntraCbgProfileSettings.Builder,Xavc4kIntraCbgProfileSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Xavc4kIntraCbgProfileSettings.BuilderxavcClass(String xavcClass)Specify the XAVC Intra 4k (CBG) Class to set the bitrate of your output.Xavc4kIntraCbgProfileSettings.BuilderxavcClass(Xavc4kIntraCbgProfileClass xavcClass)Specify the XAVC Intra 4k (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
Xavc4kIntraCbgProfileSettings.Builder xavcClass(String xavcClass)
Specify the XAVC Intra 4k (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 4k (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:
Xavc4kIntraCbgProfileClass,Xavc4kIntraCbgProfileClass
-
xavcClass
Xavc4kIntraCbgProfileSettings.Builder xavcClass(Xavc4kIntraCbgProfileClass xavcClass)
Specify the XAVC Intra 4k (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 4k (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:
Xavc4kIntraCbgProfileClass,Xavc4kIntraCbgProfileClass
-
-