Class PipelineOutputLockingProps.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.alpha.PipelineOutputLockingProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<PipelineOutputLockingProps>
- Enclosing interface:
PipelineOutputLockingProps
@Stability(Experimental)
public static final class PipelineOutputLockingProps.Builder
extends Object
implements software.amazon.jsii.Builder<PipelineOutputLockingProps>
A builder for
PipelineOutputLockingProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.customEpoch(String customEpoch) Sets the value ofPipelineOutputLockingProps.getCustomEpoch()method(PipelineLockingMethod method) Sets the value ofPipelineOutputLockingProps.getMethod()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
customEpoch
Sets the value ofPipelineOutputLockingProps.getCustomEpoch()- Parameters:
customEpoch- A custom epoch (ISO-8601 timestamp) to lock outputs to.- Returns:
this
-
method
@Stability(Experimental) public PipelineOutputLockingProps.Builder method(PipelineLockingMethod method) Sets the value ofPipelineOutputLockingProps.getMethod()- Parameters:
method- The method MediaLive uses to synchronise the pipelines.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<PipelineOutputLockingProps>- Returns:
- a new instance of
PipelineOutputLockingProps - Throws:
NullPointerException- if any required attribute was not provided
-