@Stability(value=Stable) public static final class CfnCoreNetworkProps.Builder extends Object implements software.amazon.jsii.Builder<CfnCoreNetworkProps>
CfnCoreNetworkProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCoreNetworkProps |
build()
Builds the configured instance.
|
CfnCoreNetworkProps.Builder |
description(String description)
Sets the value of
CfnCoreNetworkProps.getDescription() |
CfnCoreNetworkProps.Builder |
globalNetworkId(String globalNetworkId)
Sets the value of
CfnCoreNetworkProps.getGlobalNetworkId() |
CfnCoreNetworkProps.Builder |
policyDocument(Object policyDocument)
Sets the value of
CfnCoreNetworkProps.getPolicyDocument() |
CfnCoreNetworkProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnCoreNetworkProps.getTags() |
@Stability(value=Stable) public CfnCoreNetworkProps.Builder globalNetworkId(String globalNetworkId)
CfnCoreNetworkProps.getGlobalNetworkId()globalNetworkId - The ID of the global network that your core network is a part of. This parameter is required.this@Stability(value=Stable) public CfnCoreNetworkProps.Builder description(String description)
CfnCoreNetworkProps.getDescription()description - The description of a core network.this@Stability(value=Stable) public CfnCoreNetworkProps.Builder policyDocument(Object policyDocument)
CfnCoreNetworkProps.getPolicyDocument()policyDocument - Describes a core network policy.
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.this@Stability(value=Stable) public CfnCoreNetworkProps.Builder tags(List<? extends CfnTag> tags)
CfnCoreNetworkProps.getTags()tags - The tags associated with a core network.this@Stability(value=Stable) public CfnCoreNetworkProps build()
build in interface software.amazon.jsii.Builder<CfnCoreNetworkProps>CfnCoreNetworkPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.