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