Class CfnCustomerGatewayAssociationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.networkmanager.CfnCustomerGatewayAssociationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCustomerGatewayAssociationPropsMixin>
- Enclosing class:
CfnCustomerGatewayAssociationPropsMixin
@Stability(Stable)
public static final class CfnCustomerGatewayAssociationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCustomerGatewayAssociationPropsMixin>
A fluent builder for
CfnCustomerGatewayAssociationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) customerGatewayArn(String customerGatewayArn) The Amazon Resource Name (ARN) of the customer gateway.The ID of the device.globalNetworkId(String globalNetworkId) The ID of the global network.The ID of the link.
-
Method Details
-
create
@Stability(Stable) public static CfnCustomerGatewayAssociationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnCustomerGatewayAssociationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnCustomerGatewayAssociationPropsMixin.Builder.
-
customerGatewayArn
@Stability(Stable) public CfnCustomerGatewayAssociationPropsMixin.Builder customerGatewayArn(String customerGatewayArn) The Amazon Resource Name (ARN) of the customer gateway.- Parameters:
customerGatewayArn- The Amazon Resource Name (ARN) of the customer gateway. This parameter is required.- Returns:
this- See Also:
-
deviceId
The ID of the device.- Parameters:
deviceId- The ID of the device. This parameter is required.- Returns:
this- See Also:
-
globalNetworkId
@Stability(Stable) public CfnCustomerGatewayAssociationPropsMixin.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<CfnCustomerGatewayAssociationPropsMixin>- Returns:
- a newly built instance of
CfnCustomerGatewayAssociationPropsMixin.
-