Class CfnLinkAssociationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.networkmanager.CfnLinkAssociationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLinkAssociationPropsMixin>
- Enclosing class:
CfnLinkAssociationPropsMixin
@Stability(Stable)
public static final class CfnLinkAssociationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLinkAssociationPropsMixin>
A fluent builder for
CfnLinkAssociationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) The device ID for the link association.globalNetworkId(String globalNetworkId) The ID of the global network.The ID of the link.
-
Method Details
-
create
@Stability(Stable) public static CfnLinkAssociationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnLinkAssociationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnLinkAssociationPropsMixin.Builder.
-
deviceId
The device ID for the link association.- Parameters:
deviceId- The device ID for the link association. This parameter is required.- Returns:
this- See Also:
-
globalNetworkId
@Stability(Stable) public CfnLinkAssociationPropsMixin.Builder globalNetworkId(String globalNetworkId) The ID of the global network.- Parameters:
globalNetworkId- The ID of the global network. This parameter is required.- Returns:
this- See Also:
-
linkId
The ID of the link.- Parameters:
linkId- The ID of the link. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLinkAssociationPropsMixin>- Returns:
- a newly built instance of
CfnLinkAssociationPropsMixin.
-