Class CfnChannel.HlsIngestProperty.Builder
java.lang.Object
software.amazon.awscdk.services.mediapackage.CfnChannel.HlsIngestProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.HlsIngestProperty>
- Enclosing interface:
CfnChannel.HlsIngestProperty
@Stability(Stable)
public static final class CfnChannel.HlsIngestProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.HlsIngestProperty>
A builder for
CfnChannel.HlsIngestProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.ingestEndpoints
(List<? extends Object> ingestEndpoints) Sets the value ofCfnChannel.HlsIngestProperty.getIngestEndpoints()
ingestEndpoints
(IResolvable ingestEndpoints) Sets the value ofCfnChannel.HlsIngestProperty.getIngestEndpoints()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ingestEndpoints
@Stability(Stable) public CfnChannel.HlsIngestProperty.Builder ingestEndpoints(IResolvable ingestEndpoints) Sets the value ofCfnChannel.HlsIngestProperty.getIngestEndpoints()
- Parameters:
ingestEndpoints
- The input URL where the source stream should be sent.- Returns:
this
-
ingestEndpoints
@Stability(Stable) public CfnChannel.HlsIngestProperty.Builder ingestEndpoints(List<? extends Object> ingestEndpoints) Sets the value ofCfnChannel.HlsIngestProperty.getIngestEndpoints()
- Parameters:
ingestEndpoints
- The input URL where the source stream should be sent.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnChannel.HlsIngestProperty>
- Returns:
- a new instance of
CfnChannel.HlsIngestProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-