Interface CfnChannel.OutputLockingSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.OutputLockingSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.OutputLockingSettingsProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.medialive.*;
OutputLockingSettingsProperty outputLockingSettingsProperty = OutputLockingSettingsProperty.builder()
.disabledLockingSettings(DisabledLockingSettingsProperty.builder()
.customEpoch("customEpoch")
.build())
.epochLockingSettings(EpochLockingSettingsProperty.builder()
.customEpoch("customEpoch")
.jamSyncTime("jamSyncTime")
.build())
.pipelineLockingSettings(PipelineLockingSettingsProperty.builder()
.customEpoch("customEpoch")
.pipelineLockingMethod("pipelineLockingMethod")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannel.OutputLockingSettingsPropertystatic final classAn implementation forCfnChannel.OutputLockingSettingsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnChannel.DisabledLockingSettingsPropertydefault ObjectReturns union: eitherIResolvableorCfnChannel.EpochLockingSettingsPropertydefault ObjectReturns union: eitherIResolvableorCfnChannel.PipelineLockingSettingsPropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDisabledLockingSettings
Returns union: eitherIResolvableorCfnChannel.DisabledLockingSettingsProperty- See Also:
-
getEpochLockingSettings
Returns union: eitherIResolvableorCfnChannel.EpochLockingSettingsProperty- See Also:
-
getPipelineLockingSettings
Returns union: eitherIResolvableorCfnChannel.PipelineLockingSettingsProperty- See Also:
-
builder
-