Class CfnVodSourceMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediatailor.CfnVodSourceMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVodSourceMixinProps>
- Enclosing interface:
CfnVodSourceMixinProps
@Stability(Stable)
public static final class CfnVodSourceMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVodSourceMixinProps>
A builder for
CfnVodSourceMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.httpPackageConfigurations(List<? extends Object> httpPackageConfigurations) Sets the value ofCfnVodSourceMixinProps.getHttpPackageConfigurations()httpPackageConfigurations(IResolvable httpPackageConfigurations) Sets the value ofCfnVodSourceMixinProps.getHttpPackageConfigurations()sourceLocationName(String sourceLocationName) Sets the value ofCfnVodSourceMixinProps.getSourceLocationName()Sets the value ofCfnVodSourceMixinProps.getTags()vodSourceName(String vodSourceName) Sets the value ofCfnVodSourceMixinProps.getVodSourceName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
httpPackageConfigurations
@Stability(Stable) public CfnVodSourceMixinProps.Builder httpPackageConfigurations(IResolvable httpPackageConfigurations) Sets the value ofCfnVodSourceMixinProps.getHttpPackageConfigurations()- Parameters:
httpPackageConfigurations- The HTTP package configurations for the VOD source.- Returns:
this
-
httpPackageConfigurations
@Stability(Stable) public CfnVodSourceMixinProps.Builder httpPackageConfigurations(List<? extends Object> httpPackageConfigurations) Sets the value ofCfnVodSourceMixinProps.getHttpPackageConfigurations()- Parameters:
httpPackageConfigurations- The HTTP package configurations for the VOD source.- Returns:
this
-
sourceLocationName
@Stability(Stable) public CfnVodSourceMixinProps.Builder sourceLocationName(String sourceLocationName) Sets the value ofCfnVodSourceMixinProps.getSourceLocationName()- Parameters:
sourceLocationName- The name of the source location that the VOD source is associated with.- Returns:
this
-
tags
Sets the value ofCfnVodSourceMixinProps.getTags()- Parameters:
tags- The tags assigned to the VOD source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources .- Returns:
this
-
vodSourceName
Sets the value ofCfnVodSourceMixinProps.getVodSourceName()- Parameters:
vodSourceName- The name of the VOD source.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnVodSourceMixinProps>- Returns:
- a new instance of
CfnVodSourceMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-