Interface CfnDirectConnectGatewayAttachmentPropsMixin.ProposedNetworkFunctionGroupChangeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDirectConnectGatewayAttachmentPropsMixin.ProposedNetworkFunctionGroupChangeProperty.Jsii$Proxy
- Enclosing class:
CfnDirectConnectGatewayAttachmentPropsMixin
@Stability(Stable)
public static interface CfnDirectConnectGatewayAttachmentPropsMixin.ProposedNetworkFunctionGroupChangeProperty
extends software.amazon.jsii.JsiiSerializable
Describes proposed changes to a network function group.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.networkmanager.*;
ProposedNetworkFunctionGroupChangeProperty proposedNetworkFunctionGroupChangeProperty = ProposedNetworkFunctionGroupChangeProperty.builder()
.attachmentPolicyRuleNumber(123)
.networkFunctionGroupName("networkFunctionGroupName")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDirectConnectGatewayAttachmentPropsMixin.ProposedNetworkFunctionGroupChangeProperty -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnDirectConnectGatewayAttachmentPropsMixin.ProposedNetworkFunctionGroupChangeProperty.Builderbuilder()default NumberThe proposed new attachment policy rule number for the network function group.default StringThe proposed name change for the network function group name.getTags()The list of proposed changes to the key-value tags associated with the network function group.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAttachmentPolicyRuleNumber
The proposed new attachment policy rule number for the network function group.- See Also:
-
getNetworkFunctionGroupName
The proposed name change for the network function group name.- See Also:
-
getTags
The list of proposed changes to the key-value tags associated with the network function group.- See Also:
-
builder
@Stability(Stable) static CfnDirectConnectGatewayAttachmentPropsMixin.ProposedNetworkFunctionGroupChangeProperty.Builder builder()
-