Interface AwsEc2NetworkAclAssociation.Builder

    • Method Detail

      • networkAclAssociationId

        AwsEc2NetworkAclAssociation.Builder networkAclAssociationId​(String 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

        AwsEc2NetworkAclAssociation.Builder networkAclId​(String 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

        AwsEc2NetworkAclAssociation.Builder subnetId​(String 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.