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