Class CfnLiveSourceMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediatailor.CfnLiveSourceMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLiveSourceMixinProps>
- Enclosing interface:
CfnLiveSourceMixinProps
@Stability(Stable)
public static final class CfnLiveSourceMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLiveSourceMixinProps>
A builder for
CfnLiveSourceMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.httpPackageConfigurations(List<? extends Object> httpPackageConfigurations) Sets the value ofCfnLiveSourceMixinProps.getHttpPackageConfigurations()httpPackageConfigurations(IResolvable httpPackageConfigurations) Sets the value ofCfnLiveSourceMixinProps.getHttpPackageConfigurations()liveSourceName(String liveSourceName) Sets the value ofCfnLiveSourceMixinProps.getLiveSourceName()sourceLocationName(String sourceLocationName) Sets the value ofCfnLiveSourceMixinProps.getSourceLocationName()Sets the value ofCfnLiveSourceMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
httpPackageConfigurations
@Stability(Stable) public CfnLiveSourceMixinProps.Builder httpPackageConfigurations(IResolvable httpPackageConfigurations) Sets the value ofCfnLiveSourceMixinProps.getHttpPackageConfigurations()- Parameters:
httpPackageConfigurations- The HTTP package configurations for the live source.- Returns:
this
-
httpPackageConfigurations
@Stability(Stable) public CfnLiveSourceMixinProps.Builder httpPackageConfigurations(List<? extends Object> httpPackageConfigurations) Sets the value ofCfnLiveSourceMixinProps.getHttpPackageConfigurations()- Parameters:
httpPackageConfigurations- The HTTP package configurations for the live source.- Returns:
this
-
liveSourceName
Sets the value ofCfnLiveSourceMixinProps.getLiveSourceName()- Parameters:
liveSourceName- The name that's used to refer to a live source.- Returns:
this
-
sourceLocationName
@Stability(Stable) public CfnLiveSourceMixinProps.Builder sourceLocationName(String sourceLocationName) Sets the value ofCfnLiveSourceMixinProps.getSourceLocationName()- Parameters:
sourceLocationName- The name of the source location.- Returns:
this
-
tags
Sets the value ofCfnLiveSourceMixinProps.getTags()- Parameters:
tags- The tags assigned to the live 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
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLiveSourceMixinProps>- Returns:
- a new instance of
CfnLiveSourceMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-