Interface AwsEc2NetworkAclAssociation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsEc2NetworkAclAssociation.Builder,
,AwsEc2NetworkAclAssociation> SdkBuilder<AwsEc2NetworkAclAssociation.Builder,
,AwsEc2NetworkAclAssociation> SdkPojo
- Enclosing class:
AwsEc2NetworkAclAssociation
public static interface AwsEc2NetworkAclAssociation.Builder
extends SdkPojo, CopyableBuilder<AwsEc2NetworkAclAssociation.Builder,AwsEc2NetworkAclAssociation>
-
Method Summary
Modifier and TypeMethodDescriptionnetworkAclAssociationId
(String networkAclAssociationId) The identifier of the association between the network ACL and the subnet.networkAclId
(String networkAclId) The identifier of the network ACL.The identifier of the subnet that is associated with the network ACL.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 identifier of the association between the network ACL and the subnet.
- Parameters:
networkAclAssociationId
- The identifier of the association between the network ACL and the subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkAclId
The identifier of the network ACL.
- Parameters:
networkAclId
- The identifier of the network ACL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetId
The identifier of the subnet that is associated with the network ACL.
- Parameters:
subnetId
- The identifier of the subnet that is associated with the network ACL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-