Class CfnDirectConnectGatewayAttachmentPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.networkmanager.CfnDirectConnectGatewayAttachmentPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDirectConnectGatewayAttachmentPropsMixin>
- Enclosing class:
CfnDirectConnectGatewayAttachmentPropsMixin
@Stability(Stable)
public static final class CfnDirectConnectGatewayAttachmentPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDirectConnectGatewayAttachmentPropsMixin>
A fluent builder for
CfnDirectConnectGatewayAttachmentPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()coreNetworkId(String coreNetworkId) The ID of a core network for the Direct Connect Gateway attachment.create()create(CfnPropertyMixinOptions options) directConnectGatewayArn(String directConnectGatewayArn) The Direct Connect gateway attachment ARN.edgeLocations(List<String> edgeLocations) The Regions where the edges are located.proposedNetworkFunctionGroupChange(CfnDirectConnectGatewayAttachmentPropsMixin.ProposedNetworkFunctionGroupChangeProperty proposedNetworkFunctionGroupChange) Describes proposed changes to a network function group.proposedNetworkFunctionGroupChange(IResolvable proposedNetworkFunctionGroupChange) Describes proposed changes to a network function group.proposedSegmentChange(CfnDirectConnectGatewayAttachmentPropsMixin.ProposedSegmentChangeProperty proposedSegmentChange) Describes a proposed segment change.proposedSegmentChange(IResolvable proposedSegmentChange) Describes a proposed segment change.routingPolicyLabel(String routingPolicyLabel) Routing policy label.Tags for the attachment.
-
Method Details
-
create
@Stability(Stable) public static CfnDirectConnectGatewayAttachmentPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnDirectConnectGatewayAttachmentPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnDirectConnectGatewayAttachmentPropsMixin.Builder.
-
coreNetworkId
@Stability(Stable) public CfnDirectConnectGatewayAttachmentPropsMixin.Builder coreNetworkId(String coreNetworkId) The ID of a core network for the Direct Connect Gateway attachment.- Parameters:
coreNetworkId- The ID of a core network for the Direct Connect Gateway attachment. This parameter is required.- Returns:
this- See Also:
-
directConnectGatewayArn
@Stability(Stable) public CfnDirectConnectGatewayAttachmentPropsMixin.Builder directConnectGatewayArn(String directConnectGatewayArn) The Direct Connect gateway attachment ARN.- Parameters:
directConnectGatewayArn- The Direct Connect gateway attachment ARN. This parameter is required.- Returns:
this- See Also:
-
edgeLocations
@Stability(Stable) public CfnDirectConnectGatewayAttachmentPropsMixin.Builder edgeLocations(List<String> edgeLocations) The Regions where the edges are located.- Parameters:
edgeLocations- The Regions where the edges are located. This parameter is required.- Returns:
this- See Also:
-
proposedNetworkFunctionGroupChange
@Stability(Stable) public CfnDirectConnectGatewayAttachmentPropsMixin.Builder proposedNetworkFunctionGroupChange(IResolvable proposedNetworkFunctionGroupChange) Describes proposed changes to a network function group.- Parameters:
proposedNetworkFunctionGroupChange- Describes proposed changes to a network function group. This parameter is required.- Returns:
this- See Also:
-
proposedNetworkFunctionGroupChange
@Stability(Stable) public CfnDirectConnectGatewayAttachmentPropsMixin.Builder proposedNetworkFunctionGroupChange(CfnDirectConnectGatewayAttachmentPropsMixin.ProposedNetworkFunctionGroupChangeProperty proposedNetworkFunctionGroupChange) Describes proposed changes to a network function group.- Parameters:
proposedNetworkFunctionGroupChange- Describes proposed changes to a network function group. This parameter is required.- Returns:
this- See Also:
-
proposedSegmentChange
@Stability(Stable) public CfnDirectConnectGatewayAttachmentPropsMixin.Builder proposedSegmentChange(IResolvable proposedSegmentChange) Describes a proposed segment change.In some cases, the segment change must first be evaluated and accepted.
- Parameters:
proposedSegmentChange- Describes a proposed segment change. This parameter is required.- Returns:
this- See Also:
-
proposedSegmentChange
@Stability(Stable) public CfnDirectConnectGatewayAttachmentPropsMixin.Builder proposedSegmentChange(CfnDirectConnectGatewayAttachmentPropsMixin.ProposedSegmentChangeProperty proposedSegmentChange) Describes a proposed segment change.In some cases, the segment change must first be evaluated and accepted.
- Parameters:
proposedSegmentChange- Describes a proposed segment change. This parameter is required.- Returns:
this- See Also:
-
routingPolicyLabel
@Stability(Stable) public CfnDirectConnectGatewayAttachmentPropsMixin.Builder routingPolicyLabel(String routingPolicyLabel) Routing policy label.- Parameters:
routingPolicyLabel- Routing policy label. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnDirectConnectGatewayAttachmentPropsMixin.Builder tags(List<? extends CfnTag> tags) Tags for the attachment.- Parameters:
tags- Tags for the attachment. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDirectConnectGatewayAttachmentPropsMixin>- Returns:
- a newly built instance of
CfnDirectConnectGatewayAttachmentPropsMixin.
-