Class CfnLiveSourcePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediatailor.CfnLiveSourcePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLiveSourcePropsMixin>
- Enclosing class:
CfnLiveSourcePropsMixin
@Stability(Stable)
public static final class CfnLiveSourcePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLiveSourcePropsMixin>
A fluent builder for
CfnLiveSourcePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) httpPackageConfigurations(List<? extends Object> httpPackageConfigurations) The HTTP package configurations for the live source.httpPackageConfigurations(IResolvable httpPackageConfigurations) The HTTP package configurations for the live source.liveSourceName(String liveSourceName) The name that's used to refer to a live source.sourceLocationName(String sourceLocationName) The name of the source location.The tags assigned to the live source.
-
Method Details
-
create
@Stability(Stable) public static CfnLiveSourcePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnLiveSourcePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnLiveSourcePropsMixin.Builder.
-
httpPackageConfigurations
@Stability(Stable) public CfnLiveSourcePropsMixin.Builder httpPackageConfigurations(IResolvable httpPackageConfigurations) The HTTP package configurations for the live source.- Parameters:
httpPackageConfigurations- The HTTP package configurations for the live source. This parameter is required.- Returns:
this- See Also:
-
httpPackageConfigurations
@Stability(Stable) public CfnLiveSourcePropsMixin.Builder httpPackageConfigurations(List<? extends Object> httpPackageConfigurations) The HTTP package configurations for the live source.- Parameters:
httpPackageConfigurations- The HTTP package configurations for the live source. This parameter is required.- Returns:
this- See Also:
-
liveSourceName
The name that's used to refer to a live source.- Parameters:
liveSourceName- The name that's used to refer to a live source. This parameter is required.- Returns:
this- See Also:
-
sourceLocationName
@Stability(Stable) public CfnLiveSourcePropsMixin.Builder sourceLocationName(String sourceLocationName) The name of the source location.- Parameters:
sourceLocationName- The name of the source location. This parameter is required.- Returns:
this- See Also:
-
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 .
- Parameters:
tags- The tags assigned to the live source. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLiveSourcePropsMixin>- Returns:
- a newly built instance of
CfnLiveSourcePropsMixin.
-