Interface NetworkAclAssociation.Builder

    • 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.