Class CfnOriginEndpoint.ScteProperty.Builder
java.lang.Object
software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint.ScteProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOriginEndpoint.ScteProperty>
- Enclosing interface:
CfnOriginEndpoint.ScteProperty
@Stability(Stable)
public static final class CfnOriginEndpoint.ScteProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOriginEndpoint.ScteProperty>
A builder for
CfnOriginEndpoint.ScteProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.scteFilter
(List<String> scteFilter) Sets the value ofCfnOriginEndpoint.ScteProperty.getScteFilter()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
scteFilter
@Stability(Stable) public CfnOriginEndpoint.ScteProperty.Builder scteFilter(List<String> scteFilter) Sets the value ofCfnOriginEndpoint.ScteProperty.getScteFilter()
- Parameters:
scteFilter
- The filter associated with the SCTE-35 configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnOriginEndpoint.ScteProperty>
- Returns:
- a new instance of
CfnOriginEndpoint.ScteProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-