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