Class CfnChannelPropsMixin.DisabledLockingSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.DisabledLockingSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelPropsMixin.DisabledLockingSettingsProperty>
- Enclosing interface:
CfnChannelPropsMixin.DisabledLockingSettingsProperty
@Stability(Stable)
public static final class CfnChannelPropsMixin.DisabledLockingSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelPropsMixin.DisabledLockingSettingsProperty>
A builder for
CfnChannelPropsMixin.DisabledLockingSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.customEpoch(String customEpoch) Sets the value ofCfnChannelPropsMixin.DisabledLockingSettingsProperty.getCustomEpoch()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
customEpoch
@Stability(Stable) public CfnChannelPropsMixin.DisabledLockingSettingsProperty.Builder customEpoch(String customEpoch) Sets the value ofCfnChannelPropsMixin.DisabledLockingSettingsProperty.getCustomEpoch()- Parameters:
customEpoch- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelPropsMixin.DisabledLockingSettingsProperty>- Returns:
- a new instance of
CfnChannelPropsMixin.DisabledLockingSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-