@Stability(value=Experimental) public static final class SubnetNetworkAclAssociationProps.Builder extends Object
SubnetNetworkAclAssociationProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SubnetNetworkAclAssociationProps |
build()
Builds the configured instance.
|
SubnetNetworkAclAssociationProps.Builder |
networkAcl(INetworkAcl networkAcl)
Sets the value of
SubnetNetworkAclAssociationProps.getNetworkAcl() |
SubnetNetworkAclAssociationProps.Builder |
subnet(ISubnet subnet)
Sets the value of
SubnetNetworkAclAssociationProps.getSubnet() |
SubnetNetworkAclAssociationProps.Builder |
subnetNetworkAclAssociationName(String subnetNetworkAclAssociationName)
Sets the value of
SubnetNetworkAclAssociationProps.getSubnetNetworkAclAssociationName() |
@Stability(value=Experimental) public SubnetNetworkAclAssociationProps.Builder networkAcl(INetworkAcl networkAcl)
SubnetNetworkAclAssociationProps.getNetworkAcl()
networkAcl
- The Network ACL this association is defined for. This parameter is required.this
@Stability(value=Experimental) public SubnetNetworkAclAssociationProps.Builder subnet(ISubnet subnet)
SubnetNetworkAclAssociationProps.getSubnet()
subnet
- ID of the Subnet. This parameter is required.this
@Stability(value=Experimental) public SubnetNetworkAclAssociationProps.Builder subnetNetworkAclAssociationName(String subnetNetworkAclAssociationName)
SubnetNetworkAclAssociationProps.getSubnetNetworkAclAssociationName()
subnetNetworkAclAssociationName
- The name of the SubnetNetworkAclAssociation.
It is not recommended to use an explicit name.this
@Stability(value=Experimental) public SubnetNetworkAclAssociationProps build()
SubnetNetworkAclAssociationProps
NullPointerException
- if any required attribute was not providedCopyright © 2020. All rights reserved.