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