Class CfnChannel.TimecodeBurninSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.TimecodeBurninSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.TimecodeBurninSettingsProperty>
- Enclosing interface:
CfnChannel.TimecodeBurninSettingsProperty
@Stability(Stable)
public static final class CfnChannel.TimecodeBurninSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.TimecodeBurninSettingsProperty>
A builder for
CfnChannel.TimecodeBurninSettingsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnChannel.TimecodeBurninSettingsProperty.getFontSize()
Sets the value ofCfnChannel.TimecodeBurninSettingsProperty.getPosition()
Sets the value ofCfnChannel.TimecodeBurninSettingsProperty.getPrefix()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fontSize
@Stability(Stable) public CfnChannel.TimecodeBurninSettingsProperty.Builder fontSize(String fontSize) Sets the value ofCfnChannel.TimecodeBurninSettingsProperty.getFontSize()
- Parameters:
fontSize
- the value to be set.- Returns:
this
-
position
@Stability(Stable) public CfnChannel.TimecodeBurninSettingsProperty.Builder position(String position) Sets the value ofCfnChannel.TimecodeBurninSettingsProperty.getPosition()
- Parameters:
position
- the value to be set.- Returns:
this
-
prefix
Sets the value ofCfnChannel.TimecodeBurninSettingsProperty.getPrefix()
- Parameters:
prefix
- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnChannel.TimecodeBurninSettingsProperty>
- Returns:
- a new instance of
CfnChannel.TimecodeBurninSettingsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-