Class CfnOriginEndpoint.DashUtcTimingProperty.Builder
java.lang.Object
software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint.DashUtcTimingProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOriginEndpoint.DashUtcTimingProperty>
- Enclosing interface:
CfnOriginEndpoint.DashUtcTimingProperty
@Stability(Stable)
public static final class CfnOriginEndpoint.DashUtcTimingProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOriginEndpoint.DashUtcTimingProperty>
A builder for
CfnOriginEndpoint.DashUtcTimingProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.timingMode(String timingMode) Sets the value ofCfnOriginEndpoint.DashUtcTimingProperty.getTimingMode()timingSource(String timingSource) Sets the value ofCfnOriginEndpoint.DashUtcTimingProperty.getTimingSource()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
timingMode
@Stability(Stable) public CfnOriginEndpoint.DashUtcTimingProperty.Builder timingMode(String timingMode) Sets the value ofCfnOriginEndpoint.DashUtcTimingProperty.getTimingMode()- Parameters:
timingMode- The UTC timing mode.- Returns:
this
-
timingSource
@Stability(Stable) public CfnOriginEndpoint.DashUtcTimingProperty.Builder timingSource(String timingSource) Sets the value ofCfnOriginEndpoint.DashUtcTimingProperty.getTimingSource()- Parameters:
timingSource- The the method that the player uses to synchronize to coordinated universal time (UTC) wall clock time.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOriginEndpoint.DashUtcTimingProperty>- Returns:
- a new instance of
CfnOriginEndpoint.DashUtcTimingProperty - Throws:
NullPointerException- if any required attribute was not provided
-