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