Interface NetworkAclAssociation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NetworkAclAssociation.Builder,
,NetworkAclAssociation> SdkBuilder<NetworkAclAssociation.Builder,
,NetworkAclAssociation> SdkPojo
- Enclosing class:
NetworkAclAssociation
public static interface NetworkAclAssociation.Builder
extends SdkPojo, CopyableBuilder<NetworkAclAssociation.Builder,NetworkAclAssociation>
-
Method Summary
Modifier and TypeMethodDescriptionnetworkAclAssociationId
(String networkAclAssociationId) The ID of the association between a network ACL and a subnet.networkAclId
(String networkAclId) The ID of the network ACL.The ID of the subnet.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
networkAclAssociationId
The ID of the association between a network ACL and a subnet.
- Parameters:
networkAclAssociationId
- The ID of the association between a network ACL and a subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkAclId
The ID of the network ACL.
- Parameters:
networkAclId
- The ID of the network ACL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetId
The ID of the subnet.
- Parameters:
subnetId
- The ID of the subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-