Class CfnAssetPropsMixin.EgressEndpointProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediapackage.CfnAssetPropsMixin.EgressEndpointProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAssetPropsMixin.EgressEndpointProperty>
- Enclosing interface:
CfnAssetPropsMixin.EgressEndpointProperty
@Stability(Stable)
public static final class CfnAssetPropsMixin.EgressEndpointProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAssetPropsMixin.EgressEndpointProperty>
A builder for
CfnAssetPropsMixin.EgressEndpointProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.packagingConfigurationId(String packagingConfigurationId) Sets the value ofCfnAssetPropsMixin.EgressEndpointProperty.getPackagingConfigurationId()Sets the value ofCfnAssetPropsMixin.EgressEndpointProperty.getUrl()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
packagingConfigurationId
@Stability(Stable) public CfnAssetPropsMixin.EgressEndpointProperty.Builder packagingConfigurationId(String packagingConfigurationId) Sets the value ofCfnAssetPropsMixin.EgressEndpointProperty.getPackagingConfigurationId()- Parameters:
packagingConfigurationId- The ID of a packaging configuration that's applied to this asset.- Returns:
this
-
url
Sets the value ofCfnAssetPropsMixin.EgressEndpointProperty.getUrl()- Parameters:
url- The URL that's used to request content from this endpoint.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAssetPropsMixin.EgressEndpointProperty>- Returns:
- a new instance of
CfnAssetPropsMixin.EgressEndpointProperty - Throws:
NullPointerException- if any required attribute was not provided
-