Class CfnChannel.IngestEndpointProperty.Builder
java.lang.Object
software.amazon.awscdk.services.mediapackagev2.CfnChannel.IngestEndpointProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.IngestEndpointProperty>
- Enclosing interface:
CfnChannel.IngestEndpointProperty
@Stability(Stable)
public static final class CfnChannel.IngestEndpointProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.IngestEndpointProperty>
A builder for
CfnChannel.IngestEndpointProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnChannel.IngestEndpointProperty.getId()Sets the value ofCfnChannel.IngestEndpointProperty.getUrl()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
id
Sets the value ofCfnChannel.IngestEndpointProperty.getId()- Parameters:
id- The identifier associated with the ingest endpoint of the channel.- Returns:
this
-
url
Sets the value ofCfnChannel.IngestEndpointProperty.getUrl()- Parameters:
url- The URL associated with the ingest endpoint of the channel.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannel.IngestEndpointProperty>- Returns:
- a new instance of
CfnChannel.IngestEndpointProperty - Throws:
NullPointerException- if any required attribute was not provided
-