@Stability(value=Stable) public static final class CfnDistributionConfiguration.Builder extends Object implements software.amazon.jsii.Builder<CfnDistributionConfiguration>
CfnDistributionConfiguration.| Modifier and Type | Method and Description |
|---|---|
CfnDistributionConfiguration |
build() |
static CfnDistributionConfiguration.Builder |
create(software.constructs.Construct scope,
String id) |
CfnDistributionConfiguration.Builder |
description(String description)
The description of this distribution configuration.
|
CfnDistributionConfiguration.Builder |
distributions(IResolvable distributions)
The distributions of this distribution configuration formatted as an array of Distribution objects.
|
CfnDistributionConfiguration.Builder |
distributions(List<? extends Object> distributions)
The distributions of this distribution configuration formatted as an array of Distribution objects.
|
CfnDistributionConfiguration.Builder |
name(String name)
The name of this distribution configuration.
|
CfnDistributionConfiguration.Builder |
tags(Map<String,String> tags)
The tags of this distribution configuration.
|
@Stability(value=Stable) public static CfnDistributionConfiguration.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.CfnDistributionConfiguration.AmiDistributionConfigurationProperty.Builder.@Stability(value=Stable) public CfnDistributionConfiguration.Builder distributions(IResolvable distributions)
distributions - The distributions of this distribution configuration formatted as an array of Distribution objects. This parameter is required.this@Stability(value=Stable) public CfnDistributionConfiguration.Builder distributions(List<? extends Object> distributions)
distributions - The distributions of this distribution configuration formatted as an array of Distribution objects. This parameter is required.this@Stability(value=Stable) public CfnDistributionConfiguration.Builder name(String name)
name - The name of this distribution configuration. This parameter is required.this@Stability(value=Stable) public CfnDistributionConfiguration.Builder description(String description)
description - The description of this distribution configuration. This parameter is required.this@Stability(value=Stable) public CfnDistributionConfiguration.Builder tags(Map<String,String> tags)
tags - The tags of this distribution configuration. This parameter is required.this@Stability(value=Stable) public CfnDistributionConfiguration build()
build in interface software.amazon.jsii.Builder<CfnDistributionConfiguration>Copyright © 2022. All rights reserved.