Class CfnConnectAttachmentMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.networkmanager.CfnConnectAttachmentMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectAttachmentMixinProps>
- Enclosing interface:
CfnConnectAttachmentMixinProps
@Stability(Stable)
public static final class CfnConnectAttachmentMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectAttachmentMixinProps>
A builder for
CfnConnectAttachmentMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.coreNetworkId(String coreNetworkId) Sets the value ofCfnConnectAttachmentMixinProps.getCoreNetworkId()edgeLocation(String edgeLocation) Sets the value ofCfnConnectAttachmentMixinProps.getEdgeLocation()networkFunctionGroupName(String networkFunctionGroupName) Sets the value ofCfnConnectAttachmentMixinProps.getNetworkFunctionGroupName()Sets the value ofCfnConnectAttachmentMixinProps.getOptions()options(IResolvable options) Sets the value ofCfnConnectAttachmentMixinProps.getOptions()proposedNetworkFunctionGroupChange(CfnConnectAttachmentPropsMixin.ProposedNetworkFunctionGroupChangeProperty proposedNetworkFunctionGroupChange) Sets the value ofCfnConnectAttachmentMixinProps.getProposedNetworkFunctionGroupChange()proposedNetworkFunctionGroupChange(IResolvable proposedNetworkFunctionGroupChange) Sets the value ofCfnConnectAttachmentMixinProps.getProposedNetworkFunctionGroupChange()proposedSegmentChange(CfnConnectAttachmentPropsMixin.ProposedSegmentChangeProperty proposedSegmentChange) Sets the value ofCfnConnectAttachmentMixinProps.getProposedSegmentChange()proposedSegmentChange(IResolvable proposedSegmentChange) Sets the value ofCfnConnectAttachmentMixinProps.getProposedSegmentChange()routingPolicyLabel(String routingPolicyLabel) Sets the value ofCfnConnectAttachmentMixinProps.getRoutingPolicyLabel()Sets the value ofCfnConnectAttachmentMixinProps.getTags()transportAttachmentId(String transportAttachmentId) Sets the value ofCfnConnectAttachmentMixinProps.getTransportAttachmentId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
coreNetworkId
@Stability(Stable) public CfnConnectAttachmentMixinProps.Builder coreNetworkId(String coreNetworkId) Sets the value ofCfnConnectAttachmentMixinProps.getCoreNetworkId()- Parameters:
coreNetworkId- The ID of the core network where the Connect attachment is located.- Returns:
this
-
edgeLocation
Sets the value ofCfnConnectAttachmentMixinProps.getEdgeLocation()- Parameters:
edgeLocation- The Region where the edge is located.- Returns:
this
-
networkFunctionGroupName
@Stability(Stable) public CfnConnectAttachmentMixinProps.Builder networkFunctionGroupName(String networkFunctionGroupName) Sets the value ofCfnConnectAttachmentMixinProps.getNetworkFunctionGroupName()- Parameters:
networkFunctionGroupName- The name of the network function group.- Returns:
this
-
options
Sets the value ofCfnConnectAttachmentMixinProps.getOptions()- Parameters:
options- Options for connecting an attachment.- Returns:
this
-
options
@Stability(Stable) public CfnConnectAttachmentMixinProps.Builder options(CfnConnectAttachmentPropsMixin.ConnectAttachmentOptionsProperty options) Sets the value ofCfnConnectAttachmentMixinProps.getOptions()- Parameters:
options- Options for connecting an attachment.- Returns:
this
-
proposedNetworkFunctionGroupChange
@Stability(Stable) public CfnConnectAttachmentMixinProps.Builder proposedNetworkFunctionGroupChange(IResolvable proposedNetworkFunctionGroupChange) Sets the value ofCfnConnectAttachmentMixinProps.getProposedNetworkFunctionGroupChange()- Parameters:
proposedNetworkFunctionGroupChange- Describes proposed changes to a network function group.- Returns:
this
-
proposedNetworkFunctionGroupChange
@Stability(Stable) public CfnConnectAttachmentMixinProps.Builder proposedNetworkFunctionGroupChange(CfnConnectAttachmentPropsMixin.ProposedNetworkFunctionGroupChangeProperty proposedNetworkFunctionGroupChange) Sets the value ofCfnConnectAttachmentMixinProps.getProposedNetworkFunctionGroupChange()- Parameters:
proposedNetworkFunctionGroupChange- Describes proposed changes to a network function group.- Returns:
this
-
proposedSegmentChange
@Stability(Stable) public CfnConnectAttachmentMixinProps.Builder proposedSegmentChange(IResolvable proposedSegmentChange) Sets the value ofCfnConnectAttachmentMixinProps.getProposedSegmentChange()- Parameters:
proposedSegmentChange- Describes a proposed segment change. In some cases, the segment change must first be evaluated and accepted.- Returns:
this
-
proposedSegmentChange
@Stability(Stable) public CfnConnectAttachmentMixinProps.Builder proposedSegmentChange(CfnConnectAttachmentPropsMixin.ProposedSegmentChangeProperty proposedSegmentChange) Sets the value ofCfnConnectAttachmentMixinProps.getProposedSegmentChange()- Parameters:
proposedSegmentChange- Describes a proposed segment change. In some cases, the segment change must first be evaluated and accepted.- Returns:
this
-
routingPolicyLabel
@Stability(Stable) public CfnConnectAttachmentMixinProps.Builder routingPolicyLabel(String routingPolicyLabel) Sets the value ofCfnConnectAttachmentMixinProps.getRoutingPolicyLabel()- Parameters:
routingPolicyLabel- Routing policy label.- Returns:
this
-
tags
Sets the value ofCfnConnectAttachmentMixinProps.getTags()- Parameters:
tags- The tags associated with the Connect attachment.- Returns:
this
-
transportAttachmentId
@Stability(Stable) public CfnConnectAttachmentMixinProps.Builder transportAttachmentId(String transportAttachmentId) Sets the value ofCfnConnectAttachmentMixinProps.getTransportAttachmentId()- Parameters:
transportAttachmentId- The ID of the transport attachment.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectAttachmentMixinProps>- Returns:
- a new instance of
CfnConnectAttachmentMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-