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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkAclAssociation.BuildernetworkAclAssociationId(String networkAclAssociationId)The ID of the association between a network ACL and a subnet.NetworkAclAssociation.BuildernetworkAclId(String networkAclId)The ID of the network ACL.NetworkAclAssociation.BuildersubnetId(String subnetId)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
networkAclAssociationId
NetworkAclAssociation.Builder networkAclAssociationId(String 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
NetworkAclAssociation.Builder networkAclId(String 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
NetworkAclAssociation.Builder subnetId(String 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.
-
-