Class CfnLiveSource.Builder
java.lang.Object
software.amazon.awscdk.services.mediatailor.CfnLiveSource.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLiveSource>
- Enclosing class:
CfnLiveSource
@Stability(Stable)
public static final class CfnLiveSource.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLiveSource>
A fluent builder for
CfnLiveSource
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnLiveSource.Builder
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 CfnLiveSource.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnLiveSource.Builder
.
-
httpPackageConfigurations
@Stability(Stable) public CfnLiveSource.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 CfnLiveSource.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
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:
build
in interfacesoftware.amazon.jsii.Builder<CfnLiveSource>
- Returns:
- a newly built instance of
CfnLiveSource
.
-