@Stability(value=Stable) public static final class CfnStreamingDistribution.Builder extends Object implements software.amazon.jsii.Builder<CfnStreamingDistribution>
CfnStreamingDistribution.| Modifier and Type | Method and Description |
|---|---|
CfnStreamingDistribution |
build() |
static CfnStreamingDistribution.Builder |
create(software.constructs.Construct scope,
String id) |
CfnStreamingDistribution.Builder |
streamingDistributionConfig(CfnStreamingDistribution.StreamingDistributionConfigProperty streamingDistributionConfig)
The current configuration information for the RTMP distribution.
|
CfnStreamingDistribution.Builder |
streamingDistributionConfig(IResolvable streamingDistributionConfig)
The current configuration information for the RTMP distribution.
|
CfnStreamingDistribution.Builder |
tags(List<? extends CfnTag> tags)
A complex type that contains zero or more `Tag` elements.
|
@Stability(value=Stable) public static CfnStreamingDistribution.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnStreamingDistribution.LoggingProperty.Builder.@Stability(value=Stable) public CfnStreamingDistribution.Builder streamingDistributionConfig(CfnStreamingDistribution.StreamingDistributionConfigProperty streamingDistributionConfig)
streamingDistributionConfig - The current configuration information for the RTMP distribution. This parameter is required.this@Stability(value=Stable) public CfnStreamingDistribution.Builder streamingDistributionConfig(IResolvable streamingDistributionConfig)
streamingDistributionConfig - The current configuration information for the RTMP distribution. This parameter is required.this@Stability(value=Stable) public CfnStreamingDistribution.Builder tags(List<? extends CfnTag> tags)
tags - A complex type that contains zero or more `Tag` elements. This parameter is required.this@Stability(value=Stable) public CfnStreamingDistribution build()
build in interface software.amazon.jsii.Builder<CfnStreamingDistribution>Copyright © 2022. All rights reserved.