@Stability(value=Stable) public static final class CfnLinkProps.Builder extends Object implements software.amazon.jsii.Builder<CfnLinkProps>
CfnLinkProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnLinkProps.Builder |
bandwidth(CfnLink.BandwidthProperty bandwidth)
Sets the value of
CfnLinkProps.getBandwidth() |
CfnLinkProps.Builder |
bandwidth(IResolvable bandwidth)
Sets the value of
CfnLinkProps.getBandwidth() |
CfnLinkProps |
build()
Builds the configured instance.
|
CfnLinkProps.Builder |
description(String description)
Sets the value of
CfnLinkProps.getDescription() |
CfnLinkProps.Builder |
globalNetworkId(String globalNetworkId)
Sets the value of
CfnLinkProps.getGlobalNetworkId() |
CfnLinkProps.Builder |
provider(String provider)
Sets the value of
CfnLinkProps.getProvider() |
CfnLinkProps.Builder |
siteId(String siteId)
Sets the value of
CfnLinkProps.getSiteId() |
CfnLinkProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnLinkProps.getTags() |
CfnLinkProps.Builder |
type(String type)
Sets the value of
CfnLinkProps.getType() |
@Stability(value=Stable) public CfnLinkProps.Builder bandwidth(CfnLink.BandwidthProperty bandwidth)
CfnLinkProps.getBandwidth()bandwidth - `AWS::NetworkManager::Link.Bandwidth`. This parameter is required.this@Stability(value=Stable) public CfnLinkProps.Builder bandwidth(IResolvable bandwidth)
CfnLinkProps.getBandwidth()bandwidth - `AWS::NetworkManager::Link.Bandwidth`. This parameter is required.this@Stability(value=Stable) public CfnLinkProps.Builder globalNetworkId(String globalNetworkId)
CfnLinkProps.getGlobalNetworkId()globalNetworkId - `AWS::NetworkManager::Link.GlobalNetworkId`. This parameter is required.this@Stability(value=Stable) public CfnLinkProps.Builder siteId(String siteId)
CfnLinkProps.getSiteId()siteId - `AWS::NetworkManager::Link.SiteId`. This parameter is required.this@Stability(value=Stable) public CfnLinkProps.Builder description(String description)
CfnLinkProps.getDescription()description - `AWS::NetworkManager::Link.Description`.this@Stability(value=Stable) public CfnLinkProps.Builder provider(String provider)
CfnLinkProps.getProvider()provider - `AWS::NetworkManager::Link.Provider`.this@Stability(value=Stable) public CfnLinkProps.Builder tags(List<? extends CfnTag> tags)
CfnLinkProps.getTags()tags - `AWS::NetworkManager::Link.Tags`.this@Stability(value=Stable) public CfnLinkProps.Builder type(String type)
CfnLinkProps.getType()type - `AWS::NetworkManager::Link.Type`.this@Stability(value=Stable) public CfnLinkProps build()
build in interface software.amazon.jsii.Builder<CfnLinkProps>CfnLinkPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.