@Stability(value=Stable) public static final class CfnCoreNetwork.Builder extends Object implements software.amazon.jsii.Builder<CfnCoreNetwork>
CfnCoreNetwork.| Modifier and Type | Method and Description |
|---|---|
CfnCoreNetwork |
build() |
static CfnCoreNetwork.Builder |
create(software.constructs.Construct scope,
String id) |
CfnCoreNetwork.Builder |
description(String description)
The description of a core network.
|
CfnCoreNetwork.Builder |
globalNetworkId(String globalNetworkId)
The ID of the global network that your core network is a part of.
|
CfnCoreNetwork.Builder |
policyDocument(Object policyDocument)
Describes a core network policy.
|
CfnCoreNetwork.Builder |
tags(List<? extends CfnTag> tags)
The tags associated with a core network.
|
@Stability(value=Stable) public static CfnCoreNetwork.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.CfnCoreNetwork.CoreNetworkEdgeProperty.Builder.@Stability(value=Stable) public CfnCoreNetwork.Builder globalNetworkId(String globalNetworkId)
globalNetworkId - The ID of the global network that your core network is a part of. This parameter is required.this@Stability(value=Stable) public CfnCoreNetwork.Builder description(String description)
description - The description of a core network. This parameter is required.this@Stability(value=Stable) public CfnCoreNetwork.Builder policyDocument(Object policyDocument)
If you update the policy document, CloudFormation will apply the core network change set generated from the updated policy document, and then set it as the LIVE policy.
policyDocument - Describes a core network policy. This parameter is required.this@Stability(value=Stable) public CfnCoreNetwork.Builder tags(List<? extends CfnTag> tags)
tags - The tags associated with a core network. This parameter is required.this@Stability(value=Stable) public CfnCoreNetwork build()
build in interface software.amazon.jsii.Builder<CfnCoreNetwork>Copyright © 2022. All rights reserved.