Class CfnSubnetNetworkAclAssociationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnSubnetNetworkAclAssociationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSubnetNetworkAclAssociationPropsMixin>
- Enclosing class:
CfnSubnetNetworkAclAssociationPropsMixin
@Stability(Stable)
public static final class CfnSubnetNetworkAclAssociationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSubnetNetworkAclAssociationPropsMixin>
A fluent builder for
CfnSubnetNetworkAclAssociationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) networkAclId(String networkAclId) The ID of the network ACL.networkAclId(INetworkAclRef networkAclId) The ID of the network ACL.The ID of the subnet.subnetId(ISubnetRef subnetId) The ID of the subnet.
-
Method Details
-
create
@Stability(Stable) public static CfnSubnetNetworkAclAssociationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnSubnetNetworkAclAssociationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnSubnetNetworkAclAssociationPropsMixin.Builder.
-
networkAclId
@Stability(Stable) public CfnSubnetNetworkAclAssociationPropsMixin.Builder networkAclId(String networkAclId) The ID of the network ACL.- Parameters:
networkAclId- The ID of the network ACL. This parameter is required.- Returns:
this- See Also:
-
networkAclId
@Stability(Stable) public CfnSubnetNetworkAclAssociationPropsMixin.Builder networkAclId(INetworkAclRef networkAclId) The ID of the network ACL.- Parameters:
networkAclId- The ID of the network ACL. This parameter is required.- Returns:
this- See Also:
-
subnetId
@Stability(Stable) public CfnSubnetNetworkAclAssociationPropsMixin.Builder subnetId(String subnetId) The ID of the subnet.- Parameters:
subnetId- The ID of the subnet. This parameter is required.- Returns:
this- See Also:
-
subnetId
@Stability(Stable) public CfnSubnetNetworkAclAssociationPropsMixin.Builder subnetId(ISubnetRef subnetId) The ID of the subnet.- Parameters:
subnetId- The ID of the subnet. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSubnetNetworkAclAssociationPropsMixin>- Returns:
- a newly built instance of
CfnSubnetNetworkAclAssociationPropsMixin.
-