Class CfnSiteToSiteVpnAttachmentPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.networkmanager.mixins.CfnSiteToSiteVpnAttachmentPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSiteToSiteVpnAttachmentPropsMixin>
- Enclosing class:
CfnSiteToSiteVpnAttachmentPropsMixin
@Stability(Stable)
public static final class CfnSiteToSiteVpnAttachmentPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSiteToSiteVpnAttachmentPropsMixin>
A fluent builder for
CfnSiteToSiteVpnAttachmentPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()coreNetworkId(String coreNetworkId) The ID of a core network where you're creating a site-to-site VPN attachment.create()create(CfnPropertyMixinOptions options) networkFunctionGroupName(String networkFunctionGroupName) The name of the network function group.proposedNetworkFunctionGroupChange(IResolvable proposedNetworkFunctionGroupChange) Describes proposed changes to a network function group.proposedNetworkFunctionGroupChange(CfnSiteToSiteVpnAttachmentPropsMixin.ProposedNetworkFunctionGroupChangeProperty proposedNetworkFunctionGroupChange) Describes proposed changes to a network function group.proposedSegmentChange(IResolvable proposedSegmentChange) Describes a proposed segment change.proposedSegmentChange(CfnSiteToSiteVpnAttachmentPropsMixin.ProposedSegmentChangeProperty proposedSegmentChange) Describes a proposed segment change.routingPolicyLabel(String routingPolicyLabel) Routing policy label.The tags associated with the Site-to-Site VPN attachment.vpnConnectionArn(String vpnConnectionArn) The ARN of the site-to-site VPN attachment.
-
Method Details
-
create
@Stability(Stable) public static CfnSiteToSiteVpnAttachmentPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnSiteToSiteVpnAttachmentPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnSiteToSiteVpnAttachmentPropsMixin.Builder.
-
coreNetworkId
@Stability(Stable) public CfnSiteToSiteVpnAttachmentPropsMixin.Builder coreNetworkId(String coreNetworkId) The ID of a core network where you're creating a site-to-site VPN attachment.- Parameters:
coreNetworkId- The ID of a core network where you're creating a site-to-site VPN attachment. This parameter is required.- Returns:
this- See Also:
-
networkFunctionGroupName
@Stability(Stable) public CfnSiteToSiteVpnAttachmentPropsMixin.Builder networkFunctionGroupName(String networkFunctionGroupName) The name of the network function group.- Parameters:
networkFunctionGroupName- The name of the network function group. This parameter is required.- Returns:
this- See Also:
-
proposedNetworkFunctionGroupChange
@Stability(Stable) public CfnSiteToSiteVpnAttachmentPropsMixin.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 CfnSiteToSiteVpnAttachmentPropsMixin.Builder proposedNetworkFunctionGroupChange(CfnSiteToSiteVpnAttachmentPropsMixin.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 CfnSiteToSiteVpnAttachmentPropsMixin.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 CfnSiteToSiteVpnAttachmentPropsMixin.Builder proposedSegmentChange(CfnSiteToSiteVpnAttachmentPropsMixin.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 CfnSiteToSiteVpnAttachmentPropsMixin.Builder routingPolicyLabel(String routingPolicyLabel) Routing policy label.- Parameters:
routingPolicyLabel- Routing policy label. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnSiteToSiteVpnAttachmentPropsMixin.Builder tags(List<? extends CfnTag> tags) The tags associated with the Site-to-Site VPN attachment.- Parameters:
tags- The tags associated with the Site-to-Site VPN attachment. This parameter is required.- Returns:
this- See Also:
-
vpnConnectionArn
@Stability(Stable) public CfnSiteToSiteVpnAttachmentPropsMixin.Builder vpnConnectionArn(String vpnConnectionArn) The ARN of the site-to-site VPN attachment.- Parameters:
vpnConnectionArn- The ARN of the site-to-site VPN attachment. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSiteToSiteVpnAttachmentPropsMixin>- Returns:
- a newly built instance of
CfnSiteToSiteVpnAttachmentPropsMixin.
-