CopyableBuilder<NetworkAclAssociation.Builder,NetworkAclAssociation>
, SdkBuilder<NetworkAclAssociation.Builder,NetworkAclAssociation>
public static interface NetworkAclAssociation.Builder extends CopyableBuilder<NetworkAclAssociation.Builder,NetworkAclAssociation>
Modifier and Type | Method | Description |
---|---|---|
NetworkAclAssociation.Builder |
networkAclAssociationId(String networkAclAssociationId) |
The ID of the association between a network ACL and a subnet.
|
NetworkAclAssociation.Builder |
networkAclId(String networkAclId) |
The ID of the network ACL.
|
NetworkAclAssociation.Builder |
subnetId(String subnetId) |
The ID of the subnet.
|
copy
apply, build
NetworkAclAssociation.Builder networkAclAssociationId(String networkAclAssociationId)
The ID of the association between a network ACL and a subnet.
networkAclAssociationId
- The ID of the association between a network ACL and a subnet.NetworkAclAssociation.Builder networkAclId(String networkAclId)
The ID of the network ACL.
networkAclId
- The ID of the network ACL.NetworkAclAssociation.Builder subnetId(String subnetId)
The ID of the subnet.
subnetId
- The ID of the subnet.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.