Class CbrRateControlProps.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.alpha.CbrRateControlProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CbrRateControlProps>
- Enclosing interface:
CbrRateControlProps
@Stability(Experimental)
public static final class CbrRateControlProps.Builder
extends Object
implements software.amazon.jsii.Builder<CbrRateControlProps>
A builder for
CbrRateControlProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCbrRateControlProps.getBitrate()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bitrate
Sets the value ofCbrRateControlProps.getBitrate()- Parameters:
bitrate- The constant bitrate. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CbrRateControlProps>- Returns:
- a new instance of
CbrRateControlProps - Throws:
NullPointerException- if any required attribute was not provided
-