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