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